Skip to content

Instantly share code, notes, and snippets.

@opdavies
Created January 27, 2015 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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