#!/bin/sh
git pull origin master
git submodule update --init --recursive
git fetch --all
make clean
make
