mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 17:10:59 +01:00
moved from ./Functions/Misc/acx
This commit is contained in:
parent
36040162c7
commit
71b1651621
1 changed files with 6 additions and 0 deletions
6
Functions/Example/acx
Normal file
6
Functions/Example/acx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# zsh shell function to make its arguments 755
|
||||
# also works as an sh script
|
||||
#
|
||||
chmod 755 $*
|
||||
Loading…
Add table
Add a link
Reference in a new issue