UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Here I am again right where I know I    \
| shouldn't be I've been caught inside    |
| this trap too many times I must've      |
| walked these steps and said these words |
| a                                       |
|                                         |
| thousand times before It seems like I   |
| know everybody's lines.                 |
|                                         |
| -- David Bromberg, "How Late'll You     |
\ Play 'Til?"                             /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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