#!/bin/sh PROC_NAME= `which AA` while (( 1 )) do ProcCount=`ps -ef |grep $PROC_NAME|grep -v grep|wc -l` if [ $ProcCount -le 0 ];then sh -x PROC_NAME fi sleep 10 done
19,620
社区成员
74,588
社区内容
加载中
试试用AI创作助手写篇文章吧