Florian Schaal
2016-07-20 4f1183ea13f1d35e97487ca19a969c5e2e82a6a2
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0