UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ > I thing you're missing the capability \
| of Makefiles.                           |
|                                         |
| It takes several _hours_ to do `make' a |
| second time on my machine with the      |
| latest glibc sources (and no files are  |
| recompiled a second time). I think I'll |
| remove `build' after changing one file  |
| if I want to recompile it.              |
|                                         |
\ -- Juan Cespedes   /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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