Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ Let's say the docs present a simplified \
| view of reality... :-) |
| |
| -- Larry Wall in |
\ <6940@jpl-devvax.JPL.NASA.GOV> /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;