Florian Schaal
2015-03-29 b73ab0c2e32ad67ac041d3f4d31149b8574cee32
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0