UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ vi is [[13~^[[15~^[[15~^[[19~^[[18~^ a \
| muk[^[[29~^[[34~^[[26~^[[32~^ch better |
| editor than this emacs. I know         |
| I^[[14~'ll get flamed for this but the |
| truth has to be said. ^[[D^[[D^[[D^[[D |
| ^[[D^[^[[D^[[D^[[B^ exit ^X^C quit :x  |
| :wq dang it :w:w:w :x ^C^C^Z^D         |
|                                        |
| -- Jesper Lauridsen                    |
|  from           |
\ alt.religion.emacs                     /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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