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