原始内容
高亮显示
复制内容
#!/bin/bash i=0 while test $i -lt 2000 do sleep 10; sh cpunoise.sh & i=`expr $i + 1` done
您还没有登录,登录后您可以:
首次使用?从这里 注册