Florian Schaal
2014-11-04 0269573d9f6d3f54f22ca957d953fa8de256ba2f
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0