fpc/docs/go32ex/pp2tex
1998-09-07 20:53:46 +00:00

6 lines
130 B
Bash

#!/bin/sh
# Simply paste a header and footer to the program.
cat head.tex > $1.tex
cat $1.pp >> $1.tex
cat foot.tex >> $1.tex