UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ Every morning in Africa, a gazelle     \
| wakes up. It knows it must run faster  |
| than the fastest lion or it will be    |
| killed. Every morning a lion wakes up. |
| It knows it must outrun the slowest    |
| gazelle or it will starve to death. It |
| doesn't matter whether you are a lion  |
| or a gazelle: when the sun comes up,   |
\ you'd better be running.               /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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