Till Brehm
2016-04-25 7198764e180cf0af9f619a9079beeb12c286cf4a
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0