1 Star 0 Fork 11

ramon/WeIdentity-Build-Tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stop.sh 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanggang 提交于 2020-07-13 18:56 . * fixed the comments
#!/bin/bash
buildTool_pid=
getPid() {
buildTool_pid=`ps aux|grep "BuildToolApplication" | grep -v grep|awk '{print $2}'|head -1`
}
getPid;
if [ -n "$buildTool_pid" ];then
kill -9 $buildTool_pid
echo "-----------------------------------------------"
echo "The weid-build-tools web server stopped successfully."
echo "-----------------------------------------------"
else
echo "-----------------------------------------------"
echo "The weid-build-tools web server already stopped successfully."
echo "-----------------------------------------------"
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ramon_lln/WeIdentity-Build-Tools.git
git@gitee.com:ramon_lln/WeIdentity-Build-Tools.git
ramon_lln
WeIdentity-Build-Tools
WeIdentity-Build-Tools
master

搜索帮助