Marius Cramer
2015-04-16 d7ad8f37a67851225d6f48a7fe73d7e47bec59a3
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0