UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ It may be possible to get this         \
| condition from within Perl if a signal |
| handler runs at just the wrong moment. |
| Another point for Chip... :-)          |
|                                        |
| -- Larry Wall in                       |
\ <199710161546.IAA07885@wall.org>       /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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