summaryrefslogtreecommitdiff
path: root/stacks/tncs/tnc2c-health.sh
blob: 9d9ee1081b92d634e6595dffb54145feb3d80e96 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# Full TNC2C health check — serial, host mode, KISS, optional TX.
# Usage:
#   ./tnc2c-health.sh              # safe, no transmit
#   ./tnc2c-health.sh --tx         # includes KISS send (PTT!)

set -euo pipefail
ROOT="$(cd "$(dirname "$0")" && pwd)"
exec python3 "$ROOT/tnc2c-health.py" "$@"
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com