Enjoy a randomly generated fortune:
$ fortune | cowsay
__________________________________
/ What about WRITING it first and \
| rationalizing it afterwords? :-) |
| |
| -- Larry Wall in |
\ <8162@jpl-devvax.JPL.NASA.GOV> /
----------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;