UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Celestial navigation is based on the    \
| premise that the Earth is the center of |
| the universe. The premise is wrong, but |
| the navigation works. An incorrect      |
| model can be a useful tool.             |
|                                         |
\ -- Kelvin Throop III                    /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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