Till Brehm
2014-02-15 3788b1ac3afd90a9f94fb429e43b6291260ffde6
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0