mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
4 lines
95 B
Bash
4 lines
95 B
Bash
|
|
#!/bin/bash
|
||
|
|
kill $(ps -aux | grep Yi.Abp.Web.dll | awk '{print $2}')
|
||
|
|
echo "Yi-进程已关闭"
|