UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ Is not marriage an open question, when \
| it is alleged, from the beginning of   |
| the world, that such as are in the     |
| institution wish to get out, and such  |
| as are out wish to get in?             |
|                                        |
\ -- Ralph Emerson                       /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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