UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ "We will be better and braver if we    \
| engage and inquire than if we indulge  |
| in the idle fancy that we already know |
| -- or that it is of no use seeking to  |
| know what we do not know."             |
|                                        |
\ -- Plato                               /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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