UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Since I hurt my pendulum My life is all \
| erratic. My parrot who was cordial Is   |
| now transmitting static. The carpet     |
| died, a palm collapsed, The cat keeps   |
| doing poo. The only thing that keeps me |
| sane Is talking to my shoe.             |
|                                         |
\ -- My Shoe                              /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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