UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ When you have 200 programmers trying to \
| write code for one product, like Win95  |
| or NT, what you get is a multipule      |
| personality program. By definition, the |
| real problem is that these programs are |
| psychotic by nature and make people     |
| crazy when they use them.               |
|                                         |
\ -- Joan Brewer on alt.destroy.microsoft /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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