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