Marius Burkard
2016-05-04 d933cc2708fe10e648a9b454ba4c0b81ebb606c7
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0