summaryrefslogtreecommitdiffstats
path: root/bin/pdfcat
blob: 663f0afe86cc2fbbc663ecf412d5912261c03ebf (plain) (blame)
1
2
3
4
5
#!/bin/bash

local out=$1
shift
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$out $*