about summary refs log tree commit diff
path: root/Functions/Example
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:25:26 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:25:26 +0000
commitcf601be0d867821fd304e9df30b8d9ff0a2028b0 (patch)
tree283fbad58a70668c2c33d4d4b6cef0b16db49071 /Functions/Example
parent203a50674f8fe44fe551e093f3337f09c68b2d3a (diff)
downloadzsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.tar.gz
zsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.tar.xz
zsh-cf601be0d867821fd304e9df30b8d9ff0a2028b0.zip
moved from ./Functions/Misc/cx
Diffstat (limited to 'Functions/Example')
-rw-r--r--Functions/Example/cx6
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 $*