UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ "...Local prohibitions cannot block    \
| advances in military and commercial    |
|                                        |
| technology... Democratic movements for |
| local restraint can only restrain      |
|                                        |
| the world's democracies, not the world |
| as a whole."                           |
|                                        |
\ -- K. Eric Drexler                     /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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