meillo@0: #!/bin/sh meillo@0: # meillo@0: # concatenate the given PDF files to stdout meillo@0: meillo@0: gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite -sOutputFile=- "$@"