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