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