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 /Functions | |
| parent | moved from Completion/Linux/_rpm (diff) | |
| download | zsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar zsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar.gz zsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar.bz2 zsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar.lz zsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar.xz zsh-36040162c7046773dc07d7f371b8d3c5f803d473.tar.zst zsh-36040162c7046773dc07d7f371b8d3c5f803d473.zip | |
moved to ./Functions/Example/acx
Diffstat (limited to 'Functions')
| -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 $* |
