Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________
/ "During the race \
| |
| We may eat your dust, |
| |
| But when you graduate, |
| |
| You'll work for us." |
| |
\ -- Reed College cheer /
------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;