UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ * gxam wonders if all these globals are \
| really necessary  most of     |
| them at the moment yes  we    |
| REALLY need to clean them up at some    |
| point  gxam: the globals will |
| have to go away as we migrate towards   |
|                                         |
\ modularity and madness (ie, libtool)    /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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