Răsfoiți Sursa

+ correct executable mode

peter 27 ani în urmă
părinte
comite
91378018c6
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      docs/pp2tex

+ 6 - 0
docs/pp2tex

@@ -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