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