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