UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ "I mean, like, I just read your article \
| in the Yale law recipe, on search and   |
| seizure. Man, that was really Out       |
| There."                                 |
|                                         |
| "I was so WRECKED when I wrote that..." |
|                                         |
| -- John Lovitz, as ex-Supreme Court     |
\ nominee Alan Ginsburg, on SNL           /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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