Marius Cramer
2015-03-09 e564b4796a4256a67328e117c9675ccae7d872cd
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0