UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/  Granted, RMS is a fanatic, I \
| don't deny this. I'll even say          |
|                                         |
| he's a royal pain in the arse most of   |
| the time. But he's                      |
|                                         |
| still more often right than not, and he |
| deserves some level of                  |
|                                         |
| credit and respect for his work. We     |
| would NOT be here today                 |
|                                         |
\ without him.                            /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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