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