UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ Princeton's taste is sweet like a      \
| strawberry tart. Harvard's is a subtle |
| taste, like whiskey, coffee, or        |
| tobacco. It may even be a bad habit,   |
| for all I know.                        |
|                                        |
\ -- Prof. J. H. Finley '25              /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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