Falko Timme
2014-05-03 89629678be073dcbda03e6364e40a43273893c09
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0