#!/bin/sh BUILD_DIR="./build" BOARD="arduino:avr:uno" PORT="/dev/ttyACM0" arduino-cli upload -b $BOARD -p $PORT --input-dir $BUILD_DIR