about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:23:34 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:23:34 +0000
commit36040162c7046773dc07d7f371b8d3c5f803d473 (patch)
treea98bcaacb0ec9aec4cd86d248dc82f4de4093ead /Functions
parent11a1352ca174910e7ed9903d8a841206f39e68f1 (diff)
downloadzsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar.gz
zsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar.xz
zsh-36040162c7046773dc07d7f371b8d3c5f803d473.zip
moved to ./Functions/Example/acx
Diffstat (limited to 'Functions')
-rwxr-xr-xFunctions/Misc/acx6
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 $*