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 / cx < prev    next >
Encoding:
Text File  |  1996-05-06  |  109 b   |  7 lines

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