UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ "It's easier said than done."          \
|                                        |
| ... and if you don't believe it, try   |
| proving that it's easier done than     |
| said, and you'll see that "it's easier |
| said that `it's easier done than said' |
| than it is done", which really proves  |
\ that "it's easier said than done".     /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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