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