remove render.sh, too many permission issues
This commit is contained in:
parent
a904f19cea
commit
3d0f4b0556
17
render.sh
17
render.sh
@ -1,17 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
|
||||||
|
|
||||||
git pull
|
|
||||||
|
|
||||||
cd David/
|
|
||||||
cp ../z_Formulas.tex .
|
|
||||||
/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname=David Main.tex
|
|
||||||
rm David.aux David.out z_Formulas.tex
|
|
||||||
cp David.pdf /home/david/fileshare/LaTeX/WoD/
|
|
||||||
|
|
||||||
cd ../Joe/
|
|
||||||
cp ../z_Formulas.tex .
|
|
||||||
/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname=Joe Main.tex
|
|
||||||
rm Joe.aux Joe.out z_Formulas.tex
|
|
||||||
cp Joe.pdf /home/david/fileshare/LaTeX/WoD/
|
|
Loading…
x
Reference in New Issue
Block a user