blob: 511f48bf8ed996f2ad43692b31b42377b9cb32d7 [file] [log] [blame]
#!/bin/bash
i=0
while test $i -lt 2000
do
sleep 10; sh cpunoise.sh &
i=`expr $i + 1`
done