Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ Davis' Law of Traffic Density: \
| |
| The density of rush-hour traffic is |
| directly proportional to |
| |
| 1.5 times the amount of extra time you |
\ allow to arrive on time. /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;