UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Today's thrilling story has been        \
| brought to you by Mushies, the great    |
| new cereal that gets soggy even without |
| milk or cream. Join us soon for more    |
| spectacular adventure starring...       |
| Tippy, the Wonder Dog!                  |
|                                         |
\ -- Bob & Ray                            /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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