summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/texc.script
blob: c46c78539990ecb8a382e9613f6e606c792e8d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh
# A shell script to convert tex.lpro to texc.lpro.  Public domain.
#
# To use it, say
#       texc.script tex.lpro texc.lpro
#
ed $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