UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ______________________________________
/ Let me assure you that to us here at \
| First National, you're not just a    |
| number. Youre two numbers, a dash,   |
| three more numbers, another dash and |
| another number.                      |
|                                      |
\ -- James Estes                       /
 --------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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