UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/  Anyone here knowledgable in    \
| matters of water fowl? If you           |
|                                         |
| walk through a park, and a goose starts |
| following you... and                    |
|                                         |
| ends up following you more than half a  |
| mile until you reach                    |
|                                         |
| your car... at 11pm. Is the goose rabid |
\ or something?                           /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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