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