10 lines
176 B
Bash
Executable File
10 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
git pull
|
|
|
|
/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname=CV Main.tex
|
|
rm CV.aux CV.out
|
|
cp CV.pdf /home/david/fileshare/
|