1 Star 0 Fork 112

sf/wind-im

forked from WindChat/wind-im 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
restart.sh 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
SAM2O2O 提交于 2019-11-27 23:43 . update build.sh
#!/bin/bash
PORT=$1
PORT2=$2
#### echo akaxin logo and desc
##set tcp port
if [ -n $PORT ]; then
PORT=2021
fi
##set http port
if [ -n $PORT2 ]; then
PORT2=8280
fi
sh stop.sh $PORT 1
sh start.sh $PORT $PORT2 1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/aisino_sf/wind-im.git
git@gitee.com:aisino_sf/wind-im.git
aisino_sf
wind-im
wind-im
master

搜索帮助