From 71b1651621608dc6e6b60c86a0ec557bdbee153e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:23:41 +0000 Subject: moved from ./Functions/Misc/acx --- Functions/Example/acx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Functions/Example/acx (limited to 'Functions') 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 $* -- cgit 1.4.1