Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ People who understand context would be \
| steamed to have someone else dictating |
| how they can call it. |
| |
| -- Larry Wall in |
\ <199710221710.KAA24242@wall.org> /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;