UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ In every job that must be done, there   \
| is an element of fun. Find the fun and  |
| snap! The job's a game. And every task  |
| you undertake, becomes a piece of cake, |
|                                         |
| a lark, a spree; it's very clear to     |
| see.                                    |
|                                         |
\ -- Mary Poppins                         /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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