UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________
/ "Remember, if it's being done   \
| correctly, here or abroad, it's |
| ___not the U.S. Army doing it!"    |
|                                 |
\ -- Good Morning VietNam         /
 ---------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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