diff --git a/script.sh b/script.sh index 5ea7ad1..6197ea0 100755 --- a/script.sh +++ b/script.sh @@ -18,7 +18,7 @@ echo "running pdfjam - normal pdf" ./pdfjam-3.06/bin/pdfjam --batch --nup 2x1 --suffix 2up --twoside --openright true --no-landscape output/out.pdf --outfile output/ echo "running pdfjam - print pdf" -./pdfjam-3.06/bin/pdfjam --batch --nup 2x1 --suffix 2up-print --twoside --openright true --signature 8 --no-landscape output/out.pdf --outfile output/ +./pdfjam-3.06/bin/pdfjam --suffix 2up-print --twoside --openright true --signature 8 --no-landscape --outfile output/ output/out.pdf echo "deleting stuff" rm pdfjam-3.06.tar.gz