Calibrate and install GPS lane weighting archive

This commit is contained in:
2026-06-19 20:24:27 -05:00
parent 85d1e326ee
commit 20daac34e5
10 changed files with 407 additions and 31 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
set -euo pipefail
container="${CP77_TOOLBOX_CONTAINER:-2077}"
tool='${HOME}/.dotnet/tools/cp77tools'
tool="${HOME}/.dotnet/tools/cp77tools"
exec toolbox run --container "${container}" bash -lc "${tool} $*"
exec toolbox run --container "${container}" "${tool}" "$@"