Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
semicons authored Jan 15, 2022
1 parent 096b828 commit 1b7a997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ local_url_name=
bash sh_client_bot.sh (启动)
tail -f r_client_log.log (实时查看日志,ctrl + c退出日志)
tail -f log_r_client.log (实时查看日志,ctrl + c退出日志)
ps -ef | grep r_client.jar | grep -v grep | awk '{print $2}' | xargs kill -9 (终止进程)
脚本支持传参 bash sh_client_bot.sh 9999 更换默认9527端口到9999端口 同时需填写local_address
使用命令查看日志 显示 服务已启动成功... 代表客户端已成功启动 可以使用bot进行你需要的操作了
使用查看日志命令查看日志 显示 服务已启动成功... 代表客户端已成功启动 可以使用bot进行你需要的操作了
参数如何设置?
Expand Down

0 comments on commit 1b7a997

Please sign in to comment.