#!/bin/bash set -e git submodule init git submodule update cd firmware/hackrf_usb rm -rf build cmake -DBOARD=$1 -B build cmake --build build cd ../..