citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

pdfcat (115B)


      1 #!/bin/sh
      2 printf 'writing to out.pdf\n' 1>&2
      3 exec gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=out.pdf -dBATCH "$@"