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