A. Täffner
2016-01-23 afee192d2a77afa1c11d25156d0a44df94e19aed
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0