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