Friday 19 September 2008

The Shortest Self-Printing Code

#!/bin/ksh
cat `whence $0`

Could this be the shortest self-printing code?

1 comment:

Unknown said...

This one's better. :p

#!/bin/cat