home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
Graphics
/
ToyViewer-2.6a
/
doc
/
lipo.csh
< prev
next >
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
|
282 b
|
12 lines
#!/bin/csh
alias LIPO 'echo \!\!:1; /bin/lipo -extract m68k -extract i386 \!\!:1 -output X; mv X \!\!:1'
cd ToyViewer.app
foreach b ( ToyViewer hpcdtoppm mag2pxo pcx2pxo xbm2pbm djpeg cjpeg jbgtopbm pbmtojbg pao2png png2pao )
LIPO $b
end
foreach b ( *.bundle )
LIPO $b/$b:r
end