UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Coach: Can I draw you a beer, Norm?     \
| Norm: No, I know what they look like.   |
| Just pour me one.                       |
|                                         |
| -- Cheers, No Help Wanted               |
|                                         |
| Coach: How about a beer, Norm? Norm:    |
| Hey I'm high on life, Coach. Of course, |
| beer is my life.                        |
|                                         |
| -- Cheers, No Help Wanted               |
|                                         |
| Coach: How's a beer sound, Norm? Norm:  |
| I dunno. I usually finish them before   |
| they get a word in.                     |
|                                         |
\ -- Cheers, Fortune and Men's Weights    /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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