From 5232c89eb113a5c21fffae7337464bdf9f65491a Mon Sep 17 00:00:00 2001 From: jr-b Date: Fri, 28 Jul 2023 23:18:46 -0400 Subject: [PATCH] tar --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 24baff7..7efeb3a 100644 --- a/script.sh +++ b/script.sh @@ -14,7 +14,7 @@ echo $(pip3 -V) >> output/python-version ## https://tug.org/texlive/quickinstall.html wget https://github.com/rrthomas/pdfjam/releases/download/v3.06/pdfjam-3.06.tar.gz -O /tmp/pdfjam-3.06.tar.gz -zcat < /tmp/pdfjam-3.06.tar.gz | tar xf - +tar -xvf /tmp/pdfjam-3.06.tar.gz echo $(pwd) >> output/python-version cd /tmp/pdfjam-3.06/bin ./pdfjam --batch --nup 2x1 --suffix 2up --landscape output/out.pdf \ No newline at end of file