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