UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ In the plot, people came to the land;   \
| the land loved them; they worked and    |
| struggled and had lots of children.     |
| There was a Frenchman who talked funny  |
| and a greenhorn from England who was a  |
| fancy-pants but when it came to the     |
| crunch he was all courage. Those novels |
| would make you retch.                   |
|                                         |
| -- Canadian novelist Robertson Davies,  |
| on the generic Canadian                 |
|                                         |
\ novel.                                  /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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