Dominik
2015-04-04 a01f12d7f66f307b530c84029ae2b7d3e4966c0e
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0