UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ Okay, Okay -- I admit it. You didn't   \
| change that program that worked just a |
| little while ago; I inserted some      |
| random characters into the executable. |
| Please forgive me. You can recover the |
| file by typing in the code over again, |
\ since I also removed the source.       /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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