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