Skip to content

Commit

Permalink
path to downloaded file
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Jul 29, 2023
1 parent cde1ac9 commit 45b7a5c
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
tar -xvf /tmp/pdfjam-3.06.tar.gz
tar -xvf pdfjam-3.06.tar.gz
echo $(ls -al) >> output/python-version
cd pdfjam-3.06/bin/
./pdfjam --batch --nup 2x1 --suffix 2up --landscape output/out.pdf

0 comments on commit 45b7a5c

Please sign in to comment.