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:
parent
203a50674f
commit
cf601be0d8
1 changed files with 6 additions and 0 deletions
6
Functions/Example/cx
Normal file
6
Functions/Example/cx
Normal file
|
@ -0,0 +1,6 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# zsh shell function to make its arguments executable
|
||||
# also works as a sh script
|
||||
#
|
||||
chmod +x $*
|
Loading…
Reference in a new issue