UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/  Manoj: well, i cant understand \
| stuff like "s/3#$%^% {]][ @ f245 }"    |
|  Crow: That is not quite legal  |
| ;-)  Manoj - how would one   |
| make "s/3#$%^% {]][ @ f245 }" legal    |
|                                        |
| anyway? (and what would it do? hehe)   |
|  Knghtbrd: You need to finish   |
| the s/// expression.  oh, is |
\ that all?                              /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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