fpc/docs/progex/c2tex
2000-06-15 19:05:55 +00:00

7 lines
131 B
Bash

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