Till Brehm
2016-05-27 62b400ce40d86a7cf96e328d726e9e58153e745e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0