Till Brehm
2015-04-17 a72b8b56f6fe1e6274835bc8bd190551d074193d
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0