Falko Timme
2015-02-25 47219676f239ec488bccf6b5803f61c202183f1c
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0