Add traffic lane GPS weighting toolkit
This commit is contained in:
Executable
+7
@@ -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} $*"
|
||||
Reference in New Issue
Block a user