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