Till Brehm
2016-05-26 181ee7eedc5b73dfb893fa13bd5a5fa155e0562b
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0