Till Brehm
2015-06-03 99e9ac79849510f74b85a9af1697458dd1731601
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0