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