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