Florian Schaal
2016-02-29 7d6777cb70dc14650f400c9a119a3e0b55a4ec20
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0