Till Brehm
2014-04-28 97b556d4fb2eba43d6a73b8042ac093f8d45a9b0
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0