UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ "God gives burdens; also shoulders"     \
|                                         |
| Jimmy Carter cited this Jewish saying   |
| in his concession speech at the end of  |
| the 1980 election. At least he said it  |
| was a Jewish saying; I can't find it    |
| anywhere. I'm sure he's telling the     |
| truth though; why would he lie about a  |
| thing like that?                        |
|                                         |
| -- Arthur Naiman, "Every Goy's Guide to |
\ Yiddish"                                /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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