UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ A student asked the master for help...  \
| does this program run from the          |
| Workbench? The master grabbed the mouse |
| and pointed to an icon. "What is this?" |
| he asked. The student replied "That's   |
| the mouse". The master pressed          |
| control-Amiga-Amiga and hit the student |
| on the head with the Amiga ROM Kernel   |
| Manual.                                 |
|                                         |
\ -- Amiga Zen Master Peter da Silva      /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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