Fish: Rename and fix slight error with PDF compress

This commit is contained in:
Phantop 2019-01-02 22:55:24 -05:00
parent 702068b353
commit fc1bd27f35
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Defined in /tmp/fish.5El2W1/compresspdf.fish @ line 1
function compresspdf
command gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out$argv $argv
function pdfcompress
command gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile="$argv"out $argv
end