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