Marius Burkard
2015-12-14 1b9d2f3435f9d90443f68017cb0cd4abbe69ae52
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0