UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Sorry for mailing this article, I've    \
| obviously made a typo (168!=186) that's |
| the price for being up all night and    |
| doing some "quick" checks before you go |
| to bed ....                             |
|                                         |
| -- Herbert Rosmanith                    |
\        /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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