From 805381040dd69dd02b78423d2d71913b33f3cc33 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 8 Jun 1999 09:25:39 +0000 Subject: zsh-3.1.5-pws-21 --- Functions/Misc/acx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 Functions/Misc/acx (limited to 'Functions/Misc/acx') diff --git a/Functions/Misc/acx b/Functions/Misc/acx new file mode 100755 index 000000000..f7c680bb0 --- /dev/null +++ b/Functions/Misc/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