Cozy computing

just wrote a shell script that pushes the cpu to 100% overheating some ARM boxes to warm my hands: scaldamani.sh

Twitted on 8 Nov 2011 -jrml

p=0; n=1
while true; do
 r=$(($p+$n))
 p=$n; n=$r
done

guess what? good ol' Fibonacci always warms my heart