UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ COMPASS [for the CDC-6000 series] is   \
| the sort of assembler one expects from |
| a corporation whose president codes in |
| octal.                                 |
|                                        |
\ -- J. N. Gray                          /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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