Files
xingrin/stop.sh
2025-12-12 18:04:57 +08:00

5 lines
116 B
Bash
Executable File

#!/bin/bash
# 停止服务(所有服务均在 Docker 中运行)
cd "$(dirname "$0")"
exec ./docker/stop.sh "$@"