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