#! /bin/sh HEXFILE=$1 [ -z "$HEXFILE" ] && exit 1 avrdude -c usbtiny -p attiny828 -U flash:w:$HEXFILE