UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/ Hat check girl:                       \
|                                       |
| "Goodness! What lovely diamonds!" Mae |
| West:                                 |
|                                       |
| "Goodness had nothin' to do with it,  |
| dearie."                              |
|                                       |
\ -- "Night After Night", 1932          /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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