Files
okxlin 45295c7a2b feat(apps): add Cup
Package the latest and v3.5.1 releases with loopback-only defaults and documented Docker Socket access.
2026-07-31 06:38:46 +08:00

6 lines
137 B
Bash
Executable File

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