Falko Timme
2014-12-11 256e08fcd57b51286169ff8799734398660f2726
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0