mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-03 07:32:51 +08:00
7 lines
57 B
Batchfile
7 lines
57 B
Batchfile
@echo off
|
|
|
|
cd .\nginx\
|
|
nginx -s quit
|
|
|
|
echo 关闭成功
|
|
pause |