#!/usr/bin/env bash set -euo pipefail python -m venv .venv source .venv/bin/activate pip install -U meshtastic exec python mesh.py