UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/  I think for the most part that the     \
| readership here uses the c-word in a    |
| similar fashion. I don't think anybody  |
| really believes in a new, revolution-   |
| ary literature --- I think they use     |
| `cyberpunk' as a term of convenience to |
| discuss the common stylistic elements   |
| in a small subset of recent sf books.   |
|                                         |
\ -- Jeff G. Bone                         /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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