home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / PMFULLSO / SUNMAIL / SETEXEC < prev    next >
Encoding:
Text File  |  1995-07-06  |  193 b   |  8 lines

  1. #!/bin/csh -f
  2. echo Setting executable privilage and file permision
  3. foreach i (`cat shellfilelist`)
  4.     chmod 555 $i
  5. end
  6. # special case, the setupenv needs to be editable
  7. chmod u+w setupenv
  8.