This commit is contained in:
firestar5683
2026-03-27 00:48:53 -05:00
parent 431d59d731
commit 0f4bae1c77
14 changed files with 818 additions and 16 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "${ROOT_DIR}/scripts/host_tool_runner.sh" "$@"