UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ Well, enough clowning around. Perl is, \
| in intent, a cleaned up and summarized |
| version of that wonderful semi-natural |
| language known as "Unix".              |
|                                        |
| -- Larry Wall in                       |
\ <1994Apr6.184419.3687@netlabs.com>     /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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