UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ Do you know the difference between     \
| education and experience? Education is |
| what you get when you read the fine    |
| print; experience is what you get when |
| you don't.                             |
|                                        |
\ -- Pete Seeger                         /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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