first commit

This commit is contained in:
Arctic 2025-07-04 11:48:40 -05:00
commit 0610f4aeab
130 changed files with 9897 additions and 0 deletions

9
fn/-z4h-cmd-compile Normal file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env zsh
local file
zparseopts -D -F -- || return '_z4h_err()'
emulate zsh -o extended_glob -c 'local files=(${^@}(N))'
builtin set --
for file in "${files[@]}"; do
-z4h-compile "$file"
done