UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ______________________________________
/ Rule of Creative Research:           \
|                                      |
| (1) Never draw what you can copy.    |
|                                      |
| (2) Never copy what you can trace.   |
|                                      |
| (3) Never trace what you can cut out |
\ and paste down.                      /
 --------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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