1 Star 0 Fork 1

坚强的小二/blockchain-explorer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
monitor.sh 220 Bytes
一键复制 编辑 原始数据 按行查看 历史
nfrunza 提交于 2018-04-09 16:29 . BE-221
#
# SPDX-License-Identifier: Apache-2.0
#
#!/bin/bash
while [ 1 ];do
sleep 10
process_num=$(ps -elf | grep -v grep | grep main.js | wc -l)
if [ ${process_num} -eq 0 ];then
./start.sh
fi
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gtx/blockchain-explorer.git
[email protected]:gtx/blockchain-explorer.git
gtx
blockchain-explorer
blockchain-explorer
master

搜索帮助