Skip to content

Commit

Permalink
tar
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Jul 29, 2023
1 parent 25e6801 commit 5232c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5232c89

Please sign in to comment.