summaryrefslogtreecommitdiff
path: root/fpcdocs/progex/c2tex
blob: cdfcb8a1cbed85a5c633f206f35a3834e2abbe46 (plain)
1
2
3
4
5
6
#!/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