UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/  Why are you doing this to me?          \
|                                         |
| Because knowledge is torture, and there |
| must be awareness before there is       |
| change.                                 |
|                                         |
\ -- Jim Starlin, "Captain Marvel", #29   /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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