1f08c3bdfSopenharmony_ci#!/bin/bash 2f08c3bdfSopenharmony_ci 3f08c3bdfSopenharmony_cii=0 4f08c3bdfSopenharmony_ciwhile test $i -lt 2000 5f08c3bdfSopenharmony_cido 6f08c3bdfSopenharmony_ci sleep 10; sh cpunoise.sh & 7f08c3bdfSopenharmony_ci i=`expr $i + 1` 8f08c3bdfSopenharmony_cidone 9