Skip to content

Instantly share code, notes, and snippets.

@raphaelportmann
Created March 28, 2018 15:05
Show Gist options
  • Save raphaelportmann/b03176d5b29f9f5e634ee12a02ebc93e to your computer and use it in GitHub Desktop.
Save raphaelportmann/b03176d5b29f9f5e634ee12a02ebc93e to your computer and use it in GitHub Desktop.
find . -type f -exec chmod 644 -- {} +
find . -type d -exec chmod 755 -- {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment