mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-12 10:00:56 +01: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…
Add table
Add a link
Reference in a new issue