#!/bin/bash set -e # Quad Libraries and Boot image (cd quad && make deep-clean && make) # Ground station git submodule update --init --recursive (cd groundStation && make vrpn && make)