UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ "I find this a nice feature but it is  \
| not according to the documentation. Or |
| is it a BUG?" "Let's call it an        |
| accidental feature. :-)"               |
|                                        |
| -- Larry Wall in                       |
\ <6909@jpl-devvax.JPL.NASA.GOV>         /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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