CPU 100%





cpu
for i in 1 2 3 4; do while : ; do : ; done & done


$ while true
> do
>    echo "hello"
>    sleep 2
> done