Enjoy a randomly generated fortune:
$ fortune | cowsay ________________________________________ / If you haven't enjoyed the material in \ | the last few lectures then a career in | | chartered accountancy beckons. | | | | -- Advice from the lecturer in the | | middle of the Stochastic | | | \ Systems course. / ---------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;