Till Brehm
2014-04-22 263f0ec18e4cdb87d30c0585149d0ac7efed4ef5
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0