home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / doc / strip.csh < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  1996-10-07  |  231 b   |  11 lines

  1. #!/bin/csh
  2.  
  3. cd ToyViewer.app
  4. strip -A -S -x -u ToyViewer
  5. strip -A hpcdtoppm mag2pxo pcx2pxo xbm2pbm pao2png png2pao
  6. foreach b ( *.bundle )
  7.     /bin/rm -rf $b/Japanese.lproj
  8.     /bin/rm -rf $b/English.lproj
  9.     strip -A -S -x -n $b/$b:r
  10. end
  11.