index
:
peponsio-script
master
Script for generating pdfs with LaTeX with random information.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf-compile.sh
blob: 4fe9cab69906b25019e0026addaf1d553b982d88 (
plain
)
1
2
3
for i in {1..150}; do pdflatex -jobname="$i" template.tex done