resume/render.sh

10 lines
185 B
Bash
Raw Normal View History

2020-01-06 05:05:41 -06:00
#!/bin/bash
cd "$(dirname "$0")"
git pull
/usr/bin/pdflatex -file-line-error -interaction nonstopmode Main.tex
rm Main.aux Main.out Main.toc
cp Main.pdf /home/david/fileshare/CV.pdf