UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ The Junior God now heads the roll In   \
| the list of heaven's peers; He sits in |
| the House of High Control, And he      |
| regulates the spheres. Yet does he     |
| wonder, do you suppose, If, even in    |
| gods divine, The best and wisest may   |
| not be those Who have wallowed awhile  |
| with the swine?                        |
|                                        |
\ -- Robert W. Service                   /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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