Marius Cramer
2014-02-27 9e444eb62454973ec1a25cc1dab0fa7f323f043f
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0