mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-05 09:10:53 +08:00
4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/bash
|
|
kill $(lsof -t -i:19001)
|
|
echo "Yi-进程已关闭"
|