UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Wedding, n:                             \
|                                         |
| A ceremony at which two persons         |
| undertake to become one, one undertakes |
|                                         |
| to become nothing and nothing           |
| undertakes to become supportable.       |
|                                         |
\ -- Ambrose Bierce                       /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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