Florian Schaal
2016-04-26 fc49a7c469974c6c45ffc39d3877c23842e14105
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0