about summary refs log tree commit diff
path: root/Functions/acx
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/acx')
-rwxr-xr-xFunctions/acx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Functions/acx b/Functions/acx
deleted file mode 100755
index f7c680bb0..000000000
--- a/Functions/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 $*