Till Brehm
2014-03-19 9cb6fe13060dc746367fb79f1879444b772677b1
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0