mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 08:19:27 +02:00
+ correct executable mode
This commit is contained in:
parent
3be55b7624
commit
91378018c6
6
docs/pp2tex
Normal file
6
docs/pp2tex
Normal 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
|
Loading…
Reference in New Issue
Block a user