Move reverse engineering artifacts under contrib
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}" "${tool}" "$@"
|
||||
Reference in New Issue
Block a user