mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-24 08:13:10 +08:00
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
# 停止服务(所有服务均在 Docker 中运行)
|
|
cd "$(dirname "$0")"
|
|
exec ./docker/stop.sh "$@"
|