浏览代码

- wrong chmod

peter 27 年之前
父节点
当前提交
3be55b7624
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      docs/pp2tex

+ 0 - 6
docs/pp2tex

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