Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ If someone can point me to a good and \
| _FREE_ backup software that keeps track |
| of which files get stored on which |
| tape, we can change to it. |
| |
| -- Mike Neuffer, admin of i-Connect |
\ Corp. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;