4 lines
112 B
Fish
4 lines
112 B
Fish
|
function pdfcat
|
||
|
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf $argv
|
||
|
end
|