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