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