Marius Cramer
2014-07-28 31895e66273668a589655be7f05f2d44e2b5404e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0