Till Brehm
2016-01-02 232eb30c32221f2f3b0d44e09d8064906e8608c1
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0