It wasn't me. You can't prove anything.


2006-08-23

Heart Rate
This is a little command line I used to test my heart rate. Wait 5 seconds so I can find my pulse after hitting enter, print "GO". Wait 15 seconds, print "STOP". multiply by four. Came out to 76. Not too shabby I suppose.

> sleep 5; echo "GO"; sleep 15 ; echo "STOP"

No comments: