UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ____________________________________
/ "If you'll excuse me a minute, I'm \
| going to have a cup of coffee." -  |
| broadcast from Apollo 11's LEM,    |
| "Eagle", to Johnson Space Center,  |
| Houston                            |
|                                    |
\ July 20, 1969, 7:27 P.M.           /
 ------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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