Files
xingrin/stop.sh

5 lines
116 B
Bash
Raw Normal View History

2025-12-12 18:04:57 +08:00
#!/bin/bash
# 停止服务(所有服务均在 Docker 中运行)
cd "$(dirname "$0")"
exec ./docker/stop.sh "$@"