dotfiles/_custom/.local/bin/pdfmerge

4 lines
129 B
Plaintext
Raw Normal View History

#!/bin/sh
outputfile=$1 && shift
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=${outputfile} $@