basic structure; zsh default; no desktop assumed
This commit is contained in:
3
_custom/.local/bin/pdfmerge
Executable file
3
_custom/.local/bin/pdfmerge
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
outputfile=$1 && shift
|
||||
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=${outputfile} $@
|
Reference in New Issue
Block a user