1 Star 0 Fork 2

duberlin/go-ChatGTP-api

forked from OliverAAAAA/go-ChatGTP-api 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
restart.sh 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
OliverAAAAA 提交于 2023-02-09 17:23 . v1.0
#!/bin/bash
ss="go-chatgpt-api"
echo "stop ${ss}..."
pid=$(ps -ef | grep $ss |grep -v grep | awk '{print $2}')
for item in $pid
do
echo "kill -9 $item"
kill -9 $item
done
echo "stop ${ss} success."
echo "start ${ss} ing..."
nohup ./${ss} &
echo "start ${ss} success..."
tail ./nohup.out -f
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/duberlin/go-chatgpt-api.git
git@gitee.com:duberlin/go-chatgpt-api.git
duberlin
go-chatgpt-api
go-ChatGTP-api
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385