UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ [Norm is angry.]                        \
|                                         |
| Woody: What can I get you, Mr.          |
| Peterson? Norm: Clifford Clavin's head. |
|                                         |
| -- Cheers, The Triangle                 |
|                                         |
| Sam: Hey, what's happening, Norm? Norm: |
| Well, it's a dog-eat-dog world, Sammy,  |
|                                         |
| and I'm wearing Milk-Bone underwear.    |
|                                         |
| -- Cheers, The Peterson Principle       |
|                                         |
| Sam: How's life in the fast lane,       |
| Normie? Norm: Beats me, I can't find    |
| the on-ramp.                            |
|                                         |
\ -- Cheers, Diane Chambers Day           /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


Here is the PHP code:
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;