1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-27 14:45:50 +00:00

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

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