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