diff options
| author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:25:26 +0000 |
|---|---|---|
| committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:25:26 +0000 |
| commit | cf601be0d867821fd304e9df30b8d9ff0a2028b0 (patch) | |
| tree | 283fbad58a70668c2c33d4d4b6cef0b16db49071 /Functions/Example | |
| parent | moved to ./Functions/Example/cx (diff) | |
| download | zsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.tar zsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.tar.gz zsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.tar.bz2 zsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.tar.lz zsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.tar.xz zsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.tar.zst zsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.zip | |
moved from ./Functions/Misc/cx
Diffstat (limited to 'Functions/Example')
| -rw-r--r-- | Functions/Example/cx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Functions/Example/cx b/Functions/Example/cx new file mode 100644 index 000000000..a0b34a4f0 --- /dev/null +++ b/Functions/Example/cx @@ -0,0 +1,6 @@ +#! /bin/sh +# +# zsh shell function to make its arguments executable +# also works as a sh script +# +chmod +x $* |
