shell脚本监听某个进程。检测到意外中止则重启该进程,并保存时间

#!/bin/sh i=2 while (( 1 )) do ps -fe | grep -v grep | grep /home/JT808/client/client if [ $? -ne 0 ] the
相关文章
相关标签/搜索