summaryrefslogtreecommitdiffstats
path: root/bin/pdfcat
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-16 07:32:44 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-21 06:37:31 -0500
commitdc6416f8d45f02b5ba9e38a4236c1821a4cf596e (patch)
tree3594beb07b645598574622c9a6fe4a2b5351185d /bin/pdfcat
parent37136d5493410cf2f5b72184f952794f33be566e (diff)
downloadconf-dc6416f8d45f02b5ba9e38a4236c1821a4cf596e.tar.gz
conf-dc6416f8d45f02b5ba9e38a4236c1821a4cf596e.zip
split most functions out into scripts
Diffstat (limited to 'bin/pdfcat')
-rwxr-xr-xbin/pdfcat5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/pdfcat b/bin/pdfcat
new file mode 100755
index 0000000..663f0af
--- /dev/null
+++ b/bin/pdfcat
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+local out=$1
+shift
+gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$out $*