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