UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Not only is this incomprehensible, but  \
| the ink is ugly and the paper is from   |
| the wrong kind of tree.                 |
|                                         |
| -- Professor, EECS, George Washington   |
| University                              |
|                                         |
| I'm looking forward to working with you |
| on this next year.                      |
|                                         |
| -- Professor, Harvard, on a senior      |
\ thesis.                                 /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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