- wrong chmod

This commit is contained in:
peter 1998-09-10 16:37:14 +00:00
parent a2178ba266
commit 3be55b7624

View File

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