UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ N: Phil Lewis E: beans@bucket.ualr.edu \
| D: Promised to send money if I would   |
| put his name in the source tree. S: PO |
| Box 371 S: North Little Rock, Arkansas |
| 72115 S: US                            |
|                                        |
\ -- /usr/src/linux/CREDITS              /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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