UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ______________________________________
/ The Tao is like a glob pattern: used \
| but never used up. It is like the    |
| extern void: filled with infinite    |
| possibilities.                       |
|                                      |
| It is masked but always present. I   |
| don't know who built to it. It came  |
\ before the first kernel.             /
 --------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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