+ correct executable mode

This commit is contained in:
peter 1998-09-10 16:37:46 +00:00
parent 3be55b7624
commit 91378018c6

6
docs/pp2tex Normal file
View File

@ -0,0 +1,6 @@
#!/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