Files
StarPilot/dev
firestar5683 0f4bae1c77 TOOLS
2026-03-27 01:26:49 -05:00

7 lines
149 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "${ROOT_DIR}/scripts/host_tool_runner.sh" "$@"