Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ "People should have access to the data \
| which you have about them. There should |
| |
| be a process for them to challenge any |
| inaccuracies." |
| |
\ -- Arthur Miller /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;