Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ Personal Tabu: \
| |
| A small rule for living, bordering on a |
| superstition, that allows one to cope |
| with everyday life in the absence of |
| cultural or religious dictums. |
| |
| -- Douglas Coupland, "Generation X: |
| Tales for an Accelerated |
| |
\ Culture" /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;