Marius Burkard
2016-04-28 d4b75bca8006c569a0abb297d2f7d7d31ba0557f
1
2
3
4
5
6
#!/bin/bash
 
CUR=`dirname $0`
bash ${CUR}/update_from_dev.sh
 
exit 0