Florian Schaal
2015-11-29 248d0eebf3d5d6eb2836c81b44795f5b71c4db9b
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0