UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/ ...cyberpunk wants to see the mind as \
| mechanistic & duplicable, challenging |
| basic assumptions about the nature of |
| individuality & self. That seems all  |
| the better reason to assume that      |
| cyberpunk art & music is essentially  |
| mindless garbagio. Willy certainly    |
| addressed this idea in "Count Zero,"  |
| with Katatonenkunst, the automatic    |
| box-maker and the girl's observation  |
| that the real art was the building of |
| the machine itself, rather than its   |
| output.                               |
|                                       |
\ -- Eliot Handelman                    /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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