#!/usr/bin/env bash set -e cd "$(dirname "$0")" DEVICE=${DEVICE:-comma-ethernet} scp output/boot.img $DEVICE:/data/tmp/ ssh $DEVICE <