Florian Schaal
2016-05-25 812da3d9a130d367a727a5c00e66da11e0259a70
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0