UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ At first sight, the idea of any rules   \
| or principles being superimposed on the |
| creative mind seems more likely to      |
| hinder than to help, but this is quite  |
| untrue in practice. Disciplined         |
| thinking focuses inspiration rather     |
| than blinkers it.                       |
|                                         |
\ -- G. L. Glegg, "The Design of Design"  /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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