1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00
zsh/Functions/Example/acx

7 lines
104 B
Plaintext
Raw Normal View History

2001-04-02 14:23:41 +02:00
#! /bin/sh
#
# zsh shell function to make its arguments 755
# also works as an sh script
#
chmod 755 $*