Explorar o código

+ correct executable mode

peter %!s(int64=27) %!d(string=hai) anos
pai
achega
91378018c6
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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