UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Historically Tcl has always stored all  \
| intermediate results as strings. (With  |
| 8.0 they're rethinking that. Of course, |
| Perl rethought that from the start.)    |
|                                         |
| -- Larry Wall in                        |
\ <199710071721.KAA19014@wall.org>        /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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