UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ A fake fortuneteller can be tolerated. \
| But an authentic soothsayer should be  |
| shot on sight. Cassandra did not get   |
| half the kicking around she deserved.  |
|                                        |
\ -- R. A. Heinlein                      /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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