To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/Dataanalys
1
2
3
4
5
6
7
8
|
#!/usr/bin/env bash
######################
echo " begioning "
pdflatex rapport.tex
bibtex rapport.aux
pdflatex rapport.tex
pdflatex rapport.tex
echo "######## done #######"
|