UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/ Nothing in life is so exhilarating as \
| to be shot at without result.         |
|                                       |
| -- Winston Churchill                  |
|                                       |
| Next to being shot at and missed,     |
| nothing is really quite as satisfying |
| as an income tax refund.              |
|                                       |
\ -- F. J. Raymond                      /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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