Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ > : Any porters out there should feel \
| happier knowing that DEC is shipping > |
| : me an AlphaPC that I intend to try |
| getting linux running on: this will > : |
| definitely help flush out some of the |
| most flagrant unportable stuff. > : The |
| Alpha is much more different from the |
| i386 than the 68k stuff is, so > : it's |
| likely to get most of the stuff fixed. |
| > > It's posts like this that almost |
| convince us non-believers that there > |
| really is a god. |
| |
| -- Anthony Lovell, to Linus's remarks |
\ about porting /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;