#!/bin/sh set -e basedir="$(realpath "$0" | xargs dirname)" cd "$basedir" cargo +esp build --package main "$@"