Enjoy a randomly generated fortune:
$ fortune | cowsay _________________________________________ / What you want, what you're hanging \ | around in the world waiting for, is for | | something to occur to you. | | | | -- Robert Frost | | | | [Quoted in "VMS Internals and Data | | Structures", V4.4, when | | | \ referring to AST's.] / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;