Till Brehm
2016-01-31 6368225a5e3f498e02e97b742437cbdb2498bc69
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0