Add traffic lane GPS weighting toolkit

This commit is contained in:
2026-06-19 20:16:09 -05:00
parent 247fd73107
commit 85d1e326ee
8 changed files with 480 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
container="${CP77_TOOLBOX_CONTAINER:-2077}"
tool='${HOME}/.dotnet/tools/cp77tools'
exec toolbox run --container "${container}" bash -lc "${tool} $*"