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