Enjoy a randomly generated fortune:
$ fortune | cowsay ______________________________________ / AMAZING BUT TRUE ... \ | | | There is so much sand in Northern | | Africa that if it were spread out it | | | | would completely cover the Sahara | \ Desert. / -------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;