Files
gitlab-instance-0a899031_sh/d2ypp2/install-core.sh
root efa5533032 s
2026-05-18 08:36:28 +00:00

5 lines
145 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec bash "$ROOT_DIR/live-platform/scripts/install-core.sh" "$@"