UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ 1648 files (84%) out of the files that  \
| I mirror disappeared. Since my delete   |
| threshold was set at 90%, all those     |
| files are now missing from my hard      |
| drive. It's going to take a loooong     |
| time to fetch those again via 14.4kbps! |
|                                         |
\ -- Brian C. White                       /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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