UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ I don't think 'It's better than hurling \
| yourself into a meat grinder' is a good |
| rationale for doing something.          |
|                                         |
| -- Andrew Suffield in                   |
|                                         |
| <20030905221055.GA22354@doc.ic.ac.uk>   |
\ on debian-devel                         /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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