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