summaryrefslogtreecommitdiffstats
path: root/bin/pdfcat
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pdfcat')
-rwxr-xr-xbin/pdfcat7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/pdfcat b/bin/pdfcat
deleted file mode 100755
index ff4edaa..0000000
--- a/bin/pdfcat
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -eu
-set -o pipefail
-
-out="$1"
-shift
-gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$out" "$@"