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