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 $*