1 Star 0 Fork 10

彭某仁/plugin_linux_base

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
check_xrk_plugin.sh 266 Bytes
Copy Edit Raw Blame History
xrkmonitor authored 2020-09-01 15:39 . up
#!/bin/bash
NeedCount=1
xrk_plugin=linux_base
shdir=`dirname $0`
cd ${shdir}
# check 下是否手动 stop 的
if [ -f _manual_stop_ ] ; then
exit;
fi
Count=`pgrep -f xrk_${xrk_plugin} |wc -l`
if [ $Count -lt $NeedCount ] ; then
./start.sh > /dev/null 2>&1
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/bcake/plugin_linux_base.git
git@gitee.com:bcake/plugin_linux_base.git
bcake
plugin_linux_base
plugin_linux_base
master

Search