home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Shells / zsh-3.0.5-MIHS / src / Functions / acx next >
Encoding:
Text File  |  1996-05-06  |  104 b   |  7 lines

  1. #! /bin/sh
  2. #
  3. # zsh shell function to make its arguments 755
  4. # also works as an sh script
  5. #
  6. chmod 755 $*
  7.