UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Introducing, the 1010, a one-bit        \
| processor.                              |
|                                         |
| INSTRUCTION SET                         |
|                                         |
| Code Mnemonic What                      |
|                                         |
| 0 NOP No Operation                      |
|                                         |
| 1 JMP Jump (address specified by next 2 |
| bits)                                   |
|                                         |
\ Now Available for only 12 1/2 cents!    /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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