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