UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ A [golf] ball sliced or hooked into the \
| rough shall be lifted and placed in the |
| fairway at a point equal to the         |
| distance it carried or rolled into the  |
| rough. Such veering right or left       |
| frequently results from friction        |
| between the face of the club and the    |
| cover of the ball and the player should |
| not be penalized for the erratic        |
| behavior of the ball resulting from     |
| such uncontrollable physical phenomena. |
|                                         |
\ -- Donald A. Metz                       /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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