UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/ But the possibility of abuse may be a \
| good reason for leaving capabilities  |
| out of other computer languages, it's |
| not a good reason for leaving         |
| capabilities out of Perl.             |
|                                       |
| -- Larry Wall in                      |
\ <199709251614.JAA15718@wall.org>      /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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