Marius Burkard
2016-05-09 e3f2e5fd1075fd32837a7f767647156d6c7f47e9
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0