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