#!/bin/sh -e

git pull --rebase || git pull --rebase origin master
make all
