mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 00:40:30 +08:00
e8672a3c7b
Former-commit-id: dc30d42a8c55ed8b2382a41dc2434233fbed9930
5 lines
254 B
Bash
Executable File
5 lines
254 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# 转发至 maven-cw-elevator-application:一键构建 V2、启动 V1/V2、跑完整 API 套件。
|
|
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
|
exec bash "${ROOT}/maven-cw-elevator-application/scripts/run_v1v2_parity_automated.sh" "$@"
|