UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ I want to buy a husband who, every week \
| when I sit down to watch "St.           |
| Elsewhere", won't scream, "Forget it,   |
| Blanche... It's time for Hee-Haw!"      |
|                                         |
\ -- Berke Breathed, "Bloom County"       /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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