UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ "This is the element_data structure for \
| elements whose *element_type =          |
| FORM_TYPE_SELECT_ONE,                   |
| FORM_TYPE_SELECT_MULT. */ /* * nesting  |
| deeper and deeper, harder and harder,   |
| go, go, oh, OH, OHHHHH!! * Sorry, got   |
| carried away there. */ struct           |
| lo_FormElementOptionData_struct."       |
|                                         |
\ -- Mozilla source code                  /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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