#!/bin/bash set -e set -o pipefail gcc -g ../main.c -o demod -pthread -lgfatimerd -D_DEBUG echo done