dotfiles/fish/functions/pdfcat.fish

4 lines
112 B
Fish

function pdfcat
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf $argv
end