about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:25:18 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:25:18 +0000
commit203a50674f8fe44fe551e093f3337f09c68b2d3a (patch)
tree0ea8ccae230fc11ae99680744237b32c026d1c91 /Functions
parent7af712cd9411081f4a5591e1bf06cf6ab6cc9a85 (diff)
downloadzsh-203a50674f8fe44fe551e093f3337f09c68b2d3a.tar.gz
zsh-203a50674f8fe44fe551e093f3337f09c68b2d3a.tar.xz
zsh-203a50674f8fe44fe551e093f3337f09c68b2d3a.zip
moved to ./Functions/Example/cx
Diffstat (limited to 'Functions')
-rwxr-xr-xFunctions/Misc/cx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Functions/Misc/cx b/Functions/Misc/cx
deleted file mode 100755
index a0b34a4f0..000000000
--- a/Functions/Misc/cx
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh
-#
-# zsh shell function to make its arguments executable
-# also works as a sh script
-#
-chmod +x $*