diff options
Diffstat (limited to 'Functions/Misc/acx')
-rwxr-xr-x | Functions/Misc/acx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Functions/Misc/acx b/Functions/Misc/acx new file mode 100755 index 000000000..f7c680bb0 --- /dev/null +++ b/Functions/Misc/acx @@ -0,0 +1,6 @@ +#! /bin/sh +# +# zsh shell function to make its arguments 755 +# also works as an sh script +# +chmod 755 $* |