summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/texc.script
blob: 0caa7d7541d35a76f09593e5e50dcbcc185ac52b (plain)
1
2
3
4
5
6
7
8
#! /bin/sh
# A shell script to convert tex.lpro to texc.lpro.  Public domain.
#
# To use it, say
#       texc.script tex.lpro texc.lpro
#
sed $1 -e '/begin code/,/end code/d' \
       -e '/alternate code/,/end of code/s/^% //' >$2