home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
gnu
/
unixtex-6.1b-src.lha
/
unixtex-6.1b
/
dvipsk
/
texc.script
< 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
Text File
|
1994-11-25
|
304 b
|
13 lines
#! /bin/sh
# A shell script to convert tex.lpro to texc.lpro
#
# To use it, say
# texc.script tex.lpro texc.lpro
#
ed -s $1 <<edscriptend
/% begin code for uncompressed fonts only/d
.,/% end code for uncompressed fonts only/d
.,/% end of code for unpacking compressed fonts/s/% //
w $2
edscriptend