UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/ Gone With The Wind LITE(tm)           \
|                                       |
| -- by Margaret Mitchell               |
|                                       |
| A woman only likes men she can't have |
| and the South gets trashed.           |
|                                       |
| Gift of the Magi LITE(tm)             |
|                                       |
| -- by O. Henry                        |
|                                       |
| A husband and wife forget to register |
| their gift preferences.               |
|                                       |
| The Old Man and the Sea LITE(tm)      |
|                                       |
| -- by Ernest Hemingway                |
|                                       |
| An old man goes fishing, but doesn't  |
\ have much luck.                       /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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