UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/  knghtbrd: gnome 2.0 will be out \
| in a few months, not sure how it       |
|                                        |
| will compare to kde 2.0 though         |
|  calc: Just as bloated, just |
| as buggy, and every Gnome 2 app        |
|                                        |
| will depend on 30 libraries.   |
\ knghtbrd: so what changes from 1.0 ?   /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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