UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ There is grandeur in this view of life, \
| with its several powers, having been    |
| originally breathed into a few forms or |
| into one; and that, whilst this planet  |
| has gone cycling on according to the    |
| fixed law of gravity, from so simple a  |
| beginning endless forms most beautiful  |
| and most wonderful have been, and are   |
| being, evolved.                         |
|                                         |
\ -- Darwin                               /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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