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