Till Brehm
2016-06-23 775ed6c69eefe445c52bdbe13c0a25d38127ff94
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0