UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ But then it's a bit odd to think that  \
| declaring something int could actually |
| slow down the program, if it ended up  |
| forcing more conversions back to       |
| string.                                |
|                                        |
| -- Larry Wall in                       |
\ <199708040319.UAA16213@wall.org>       /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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