使用nohup执行while循环
while true;do ./unixbench.sh;donenohup while true;do ./unixbench.sh;done &nohup sh -c 'while true;do ./unixbench.sh;done' &参考
Last updated
while true;do ./unixbench.sh;donenohup while true;do ./unixbench.sh;done &nohup sh -c 'while true;do ./unixbench.sh;done' &Last updated