In a Linux shell with GNU make:
make love
make: *** No rule to make target ‘love’. Stop
Do you really get tired of this line? Try this:
vim makefile
love: @ echo “oh, yeah, oh oh oh yea, yes, yes, yes.”
make love
oh, yeah, oh oh oh yea, yes, yes, yes.
Em, literally ‘sounds’ better. BTW, if you are using a Mac. try to pipe this to “say”, which is the command line interface of the embedded Text-to-Speech engine. Well, awesome!
Another one from xkcd:
Any new idea to make fun with Linux?
Thanks to Tinyfool.