add docker XP

This commit is contained in:
2020-01-06 05:05:41 -06:00
parent 50a1340001
commit 7bf0618d65
2 changed files with 14 additions and 5 deletions

9
render.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/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