Files
potato-mesh/data/mesh.sh
2025-09-14 22:02:06 +02:00

8 lines
132 B
Bash
Executable File

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