Skip to content

Commit

Permalink
rm stuff, openright
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Jul 29, 2023
1 parent ebb7aad commit 2bef64c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ echo "Extracting pdfjam"
tar -xvf pdfjam-3.06.tar.gz

echo "running pdfjam"
./pdfjam-3.06/bin/pdfjam --batch --nup 2x1 --suffix 2up --no-landscape output/out.pdf --outfile output/
./pdfjam-3.06/bin/pdfjam --batch --nup 2x1 --suffix 2up --twoside --openright true --no-landscape output/out.pdf --outfile output/

echo "deleting stuff"
rm pdfjam-3.06.tar.gz
rm -r pdfjam-3.06/

0 comments on commit 2bef64c

Please sign in to comment.