#!/usr/bin/env bash # 兼容入口:转发到 manage.sh set -euo pipefail ROOT="$(cd "$(dirname "$0")/.." && pwd)" exec bash "${ROOT}/deploy/manage.sh" "$@"