Till Brehm
2016-06-28 d44c3fa38bb0e29718ad7d4009342faf9d2a32a7
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0