UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ What's this script do?                  \
|                                         |
| unzip ; touch ; finger ; mount ; gasp ; |
| yes ; umount ; sleep Hint for the       |
| answer: not everything is               |
| computer-oriented. Sometimes you're in  |
| a sleeping bag, camping out.            |
\ (Contributed by Frans van der Zande.)   /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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