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