home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
tex
/
pastex
/
source
/
dvips
/
contrib
/
psfig-tex
/
pscompress
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-28
|
217 b
|
13 lines
#!/bin/csh -f
while ($1 != "")
if (-e $1.bb || -e $1.Z) then
echo will not overwrite $1.bb or $1.Z, skipping
shift
else
echo "%\!" > $1.bb
grep \%\%BoundingBox $1 >> $1.bb
compress $1
shift
endif
end