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