To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/Dataanalys
1
2
3
4
5
6
7
|
#!/usr/bin/env bash
# just a presentation startup scrpt....
clear
gedit *.py ./latex/*.tex &
bzr glog &
evince -s ./latex/presentation.pdf &
./awnsers_and_db_edit.py
|