Shorten point2pdf.

Thanks to Gerrit Meyerheim <gerrit.meyerheim@pernixmail.de>
master
Christoph Lohmann 2018-08-26 10:27:34 +02:00
parent 809dd8d7ee
commit 7cf961edb5
1 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,5 @@
name="slides"
[ $# -gt 0 ] && name="$1"
enscript *.txt -Brf "Courier16" -p - > "${name}.ps"
ps2pdf "${name}.ps"
enscript *.txt -Brf "Courier16" -p - | ps2pdf - "${name}.pdf"