Florian Schaal
2014-10-17 22e5abc44844ffb4aa6a6eaf301d6fde633908e9
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0