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