diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:23:34 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:23:34 +0000 |
commit | 36040162c7046773dc07d7f371b8d3c5f803d473 (patch) | |
tree | a98bcaacb0ec9aec4cd86d248dc82f4de4093ead | |
parent | 11a1352ca174910e7ed9903d8a841206f39e68f1 (diff) | |
download | zsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar.gz zsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar.xz zsh-36040162c7046773dc07d7f371b8d3c5f803d473.zip |
moved to ./Functions/Example/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 $* |