Florian Schaal
2016-03-09 81b7f708335372f9ac4e35b5443ad34d15723ce3
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0