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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-10-07
|
231 b
|
11 lines
#!/bin/csh
cd ToyViewer.app
strip -A -S -x -u ToyViewer
strip -A hpcdtoppm mag2pxo pcx2pxo xbm2pbm pao2png png2pao
foreach b ( *.bundle )
/bin/rm -rf $b/Japanese.lproj
/bin/rm -rf $b/English.lproj
strip -A -S -x -n $b/$b:r
end