http://www.perlmonks.org?node_id=831174


in reply to The code I'm most proud of is:

It is not an overstatement to say this silly little block of code has changed my life immeasaurably. I keep it running in one window while I work.
#!/bin/bash while : do make clean echo echo make test echo echo echo "...resting..." echo sleep 5 done
(Fixed the typo. Thanks ambrus o/)
http://www.mpwilson.com/