#!/bin/bash
# Elemental Arena — double-click flasher for macOS.
# Plug your puck in over USB (hold BOOT while connecting), then double-click this file.
cd "$(dirname "$0")"
echo "Elemental Arena — flashing your puck…"
python3 flash.py
echo ""
echo "You can close this window."
read -n 1 -s -r -p "Press any key to exit…"
