Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ QOTD: \
| |
| "A university faculty is 500 egotists |
\ with a common parking problem." /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;