about summary refs log tree commit diff
path: root/Functions/cx
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/cx')
-rwxr-xr-xFunctions/cx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Functions/cx b/Functions/cx
new file mode 100755
index 000000000..a0b34a4f0
--- /dev/null
+++ b/Functions/cx
@@ -0,0 +1,6 @@
+#! /bin/sh
+#
+# zsh shell function to make its arguments executable
+# also works as a sh script
+#
+chmod +x $*