1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-07 23:51:14 +02:00

moved from ./Functions/Misc/cx

This commit is contained in:
Sven Wischnowsky 2001-04-02 12:25:26 +00:00
parent 203a50674f
commit cf601be0d8

6
Functions/Example/cx Normal file
View file

@ -0,0 +1,6 @@
#! /bin/sh
#
# zsh shell function to make its arguments executable
# also works as a sh script
#
chmod +x $*