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