UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ After watching my newly-retired dad     \
| spend two weeks learning how to make a  |
| new folder, it became obvious that      |
| "intuitive" mostly means "what the      |
| writer or speaker of intuitive likes".  |
| (Bruce Ediger, bediger@teal.csn.org, in |
| comp.os.linux.misc, on X the            |
\ intuitiveness of a Mac interface.)      /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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