Shorten point2pdf.
Thanks to Gerrit Meyerheim <gerrit.meyerheim@pernixmail.de>
This commit is contained in:
parent
809dd8d7ee
commit
7cf961edb5
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user