Skip to content

Instantly share code, notes, and snippets.

@opdavies
Created January 27, 2015 07:41
Show Gist options
  • Save opdavies/7e64c50eee9aa21f0e02 to your computer and use it in GitHub Desktop.
Save opdavies/7e64c50eee9aa21f0e02 to your computer and use it in GitHub Desktop.
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment