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