UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Why do mathematicians insist on using   \
| words that already have another         |
| meaning? "It is the complex case that   |
| is easier to deal with." "If it doesn't |
| happen at a corner, but at an edge, it  |
\ nonetheless happens at a corner."       /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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