dotfiles/fish/functions/pdfcat.fish

4 lines
112 B
Fish
Raw Normal View History

2024-11-26 23:35:33 -05:00
function pdfcat
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf $argv
end