UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ It is only by risking our persons from \
| one hour to another that we live at    |
| all. And often enough our faith        |
| beforehand in an uncertified result is |
| the only thing that makes the result   |
| come true.                             |
|                                        |
\ -- William James                       /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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