From 2bef64cd12dec04f65a07e39ab0800f27f7c0b8c Mon Sep 17 00:00:00 2001 From: jr-b Date: Sat, 29 Jul 2023 10:41:23 -0400 Subject: [PATCH] rm stuff, openright --- script.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 9911b93..2f8fe22 100755 --- a/script.sh +++ b/script.sh @@ -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/ \ No newline at end of file +./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/ \ No newline at end of file