1 Star 0 Fork 98

尹瑜/go-things物联网云平台

forked from iThings/iThings 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.sh 168 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨磊 提交于 2021-11-09 20:46 . 添加启动脚本
#!/bin/bash -x
function runsvr(){
echo "run "$1
killall $1
cd src/$1/
go build
nohup ./$1 &
cd ../..
}
runsvr dmsvr
runsvr usersvr
runsvr dcsvr
runsvr webapi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/Yinyuliao/things.git
git@gitee.com:Yinyuliao/things.git
Yinyuliao
things
go-things物联网云平台
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385