1
0
Fork 0
wod-character-sheet/render.sh

18 lines
509 B
Bash
Raw Normal View History

2020-01-03 06:54:49 -06:00
#!/bin/bash
cd "$(dirname "$0")"
git pull
/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname=David David/Main.tex
rm David.aux David.out
cp David.pdf /home/david/fileshare/LaTeX/WoD/
2020-01-03 07:16:24 -06:00
/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname=Jake Jake/Main.tex
2020-01-03 06:54:49 -06:00
rm Jake.aux Jake.out
cp Jake.pdf /home/david/fileshare/LaTeX/WoD/
/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname=Joe Joe/Main.tex
rm Joe.aux Joe.out
cp Joe.pdf /home/david/fileshare/LaTeX/WoD/