UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ <|Rain|> I *love* SWB!! <|Rain|> Or,   \
| press 5 to speak to a representitive.. |
| <|Rain|> *5* <|Rain|> You are being    |
| transferred, please hold... <|Rain|>   |
| ... <|Rain|> ... <|Rain|> We're sorry, |
| this number can not be completed as    |
| dialed. <|Rain|> Please check the      |
\ number and try again.                  /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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