UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/  We are also hoping to release \
| a version of linux where shell is      |
|                                        |
| replaced by perl to a large degree.    |
| Adding to that, there are a            |
|                                        |
| few of us who would like to see a pure |
| perl platform.. PerlOS :) * Culus_     |
| looks on in horror  Culus_: on |
| the up side, you can type damn near    |
| anything in at the                     |
|                                        |
\ command prompt :)                      /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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