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