1 Star 2 Fork 0

gugoen/kettle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stop.sh 124 Bytes
一键复制 编辑 原始数据 按行查看 历史
test 提交于 2018-06-05 10:23 +08:00 . 脚本文件
#!/bin/sh
pid=$(cat /usr/local/source_code/kettle/pid/kettle.pid)
echo "pid[$pid] will be killed"
kill -9 $pid
echo "Done"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gugoen/kettle.git
git@gitee.com:gugoen/kettle.git
gugoen
kettle
kettle
master

搜索帮助