Florian Schaal
2014-09-18 a52ec4b67dcd4b245bbdaf831988f3b714152525
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0