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