UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ If scientific reasoning were limited to \
| the logical processes of arithmetic, we |
| should not get very far in our          |
| understanding of the physical world.    |
| One might as well attempt to grasp the  |
| game of poker entirely by the use of    |
| the mathematics of probability.         |
|                                         |
\ -- Vannevar Bush                        /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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