Florian Schaal
2014-12-06 9fd4f7393f1d72b02d7a50c11cb692e5a6b26bc1
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0