Recursive chmod

Just so I don’t forget.

Directories only: find . -type d -exec chmod 755 {} \;
Files only : find . -type f -exec chmod 644 {} \;