mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-08 16:45:01 +08:00
7 lines
149 B
Bash
Executable File
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" "$@"
|