Till Brehm
2015-03-17 1e8c9b3c13c2eb4db5b3531823a966fd0fba87b7
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0