How to: restore recursive driectory execute permissions

Recently, a colleague did a "chmod -R 644" on a web directory and all the sub directories lost the execute bit, rather than simply doing a recursive chmod +x on everything, a little googling and a little spice e voila, le executionaire directoriamont fixurature:find . -type d -exec chmod +x {} \;