Florian Schaal
2015-12-20 dedf5feaa2cf3072e90ac2bf2ef3885facd2e1a6
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0