Marius Cramer
2014-08-10 92bc7d781d2941027ec2cdfc4942a8265f4aa910
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0