UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/ Q: Why is Poland just like the United \
| States? A: In the United States you   |
| can't buy anything for zlotys and in  |
|                                       |
| Poland you can't either, while in the |
| U.S. you can get whatever             |
|                                       |
| you want for dollars, just as you can |
| in Poland.                            |
|                                       |
\ -- being told in Poland, 1987         /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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