#!/usr/bin/env bash set -e cd "$(dirname "$0")/.." if [[ ! -e ".gcc-flags.json" ]]; then pio init --ide atom fi if ! patch -R -p0 -s -f --dry-run