doc:添加cicd文档模块

This commit is contained in:
橙子
2023-12-23 21:14:56 +08:00
parent 04fb38757c
commit 74cebb37a8
20 changed files with 430 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
kill $(ps -aux | grep Yi.Abp.Web.dll | awk '{print $2}')
kill $(lsof -t -i:19001)
echo "Yi-进程已关闭"