UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ < Keybuk> Perl 6 scares me < doogie>    \
| you can name your operators anything.   |
| the name here is the                    |
|                                         |
| string '~|_|~' * Lo-lan-2 runs away     |
| screaming < Keybuk> it looks like a     |
| diagram of a canal lock :) < jaybonci>  |
| japanese smiley operators? < nickr> ^_^ |
|                                         |
\ -- in #debian-devel                     /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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