Shorten point2pdf. - pointtools - Simple point utilities to hold text presentations.
 (HTM) git clone git://bitreich.org/pointtools/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/pointtools/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7cf961edb5f38fb3ca3e9dd752cfc381463fb54c
 (DIR) parent 809dd8d7ee8c87668c12a4535ed8f59f892631a6
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 26 Aug 2018 10:27:34 +0200
       
       Shorten point2pdf.
       
       Thanks to Gerrit Meyerheim <gerrit.meyerheim@pernixmail.de>
       
       Diffstat:
         M bin/point2pdf                       |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git 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"