1 Star 0 Fork 0

WeBankOpenSource/WeIdentity-Sample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stop.sh 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanggang 提交于 2019-07-22 10:46 . fix md and script
#!/bin/bash
sample_pid=
getPid() {
sample_pid=`ps aux|grep "SampleApp" | grep -v grep|awk '{print $2}'|head -1`
}
getPid;
if [ -n "$sample_pid" ];then
kill -9 $sample_pid
echo "the server stop success."
else
echo "the server already stop."
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/WeBankOS/WeIdentity-Sample.git
[email protected]:WeBankOS/WeIdentity-Sample.git
WeBankOS
WeIdentity-Sample
WeIdentity-Sample
master

搜索帮助