#!/bin/dash echo "Test load average via many little tasks" while [ 1 ]; do ../c/test2 11000 # # If your computer has only 1 CPU, then a slight sleep will be needed # sleep 0.2 done