From 7cf961edb5f38fb3ca3e9dd752cfc381463fb54c Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 26 Aug 2018 10:27:34 +0200 Subject: [PATCH] Shorten point2pdf. Thanks to Gerrit Meyerheim --- bin/point2pdf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/point2pdf b/bin/point2pdf index c61f0f2..c6a5e7f 100755 --- a/bin/point2pdf +++ b/bin/point2pdf @@ -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"