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