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