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