diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:23:41 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:23:41 +0000 |
commit | 71b1651621608dc6e6b60c86a0ec557bdbee153e (patch) | |
tree | eb36cc812028f8daf5bd2a6e145f5466f59c7a56 /Functions/Example/acx | |
parent | 36040162c7046773dc07d7f371b8d3c5f803d473 (diff) | |
download | zsh-71b1651621608dc6e6b60c86a0ec557bdbee153e.tar.gz zsh-71b1651621608dc6e6b60c86a0ec557bdbee153e.tar.xz zsh-71b1651621608dc6e6b60c86a0ec557bdbee153e.zip |
moved from ./Functions/Misc/acx
Diffstat (limited to 'Functions/Example/acx')
-rw-r--r-- | Functions/Example/acx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Functions/Example/acx b/Functions/Example/acx new file mode 100644 index 000000000..f7c680bb0 --- /dev/null +++ b/Functions/Example/acx @@ -0,0 +1,6 @@ +#! /bin/sh +# +# zsh shell function to make its arguments 755 +# also works as an sh script +# +chmod 755 $* |