UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/  When the lodge meeting broke up, Meyer \
| confided to a friend. "Abe, I'm in a    |
| terrible pickle! I'm strapped for cash  |
| and I haven't the slightest idea where  |
| I'm going to get it from!"              |
|                                         |
| "I'm glad to hear that," answered Abe.  |
| "I was afraid you might have some idea  |
\ that you could borrow from me!"         /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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