Marius Cramer
2014-02-25 c87017c8996675579a91396e087be0c84a792ee9
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0