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