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