UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/  the problem with the GNU     \
| coding standards is they ASSUME that    |
|                                         |
| everyone in the world uses emacs.. If   |
| that were the case, free                |
|                                         |
| software would die because we would all |
| have wrist problems                     |
|                                         |
| like RMS by now and no longer be able   |
\ to code. ;>                             /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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