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