UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ What you want, what you're hanging      \
| around in the world waiting for, is for |
| something to occur to you.              |
|                                         |
| -- Robert Frost                         |
|                                         |
| [Quoted in "VMS Internals and Data      |
| Structures", V4.4, when                 |
|                                         |
\ referring to AST's.]                    /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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