UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/  "These are DARK TIMES for all        \
| mankind's HIGHEST VALUES!"            |
|                                       |
| "These are DARK TIMES for FREEDOM and |
| PROSPERITY!"                          |
|                                       |
| "These are GREAT TIMES to put your    |
| money on BAD GUY to kick the CRAP out |
\ of MEGATON MAN!"                      /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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