UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ "It's curtains for you, Mighty Mouse!   \
| This gun is so futuristic that even *I* |
| don't know how it works!"               |
|                                         |
\ -- from Ralph Bakshi's Mighty Mouse     /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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