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