UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ______________________________________
/ That gets us out of deciding how to  \
| spell Reg[eE]xp?|RE . . . Of course, |
| then we have to decide what ref $re  |
| returns... :-)                       |
|                                      |
| -- Larry Wall in                     |
\ <199710171838.LAA24968@wall.org>     /
 --------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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