Till Brehm
2014-09-10 80262299f00d3c5a3bc0e5ef73f3d6d24792d2c1
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0