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