Move reverse engineering artifacts under contrib

This commit is contained in:
2026-06-27 04:43:40 -05:00
parent 2fdc92b8ef
commit 8ee791ad0c
102 changed files with 34224 additions and 67 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}" "${tool}" "$@"