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