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