UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ There are two ways of constructing a   \
| software design. One way is to make it |
| so simple that there are obviously no  |
| deficiencies and the other is to make  |
| it so complicated that there are no    |
| obvious deficiencies.                  |
|                                        |
\ -- C. A. R. Hoare                      /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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