Making source readable
You still don’t have a computer on your toilet? Well, make a hardcopy then. ;-)
My prefered way of making sourcecode more readable:
$ which makereadable makereadable() { output=$1 shift a2ps --medium A4dj -E -o $output $* ps2pdf $output }
Together with my a2psrc it provides a readable output. Take a look at my pdf-files of the zsh-source as an example.