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