Skip to content

Instantly share code, notes, and snippets.

@usagizmo
Created December 20, 2017 12:04
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 usagizmo/69a93b519006a2fa53f7d392bd7a044f to your computer and use it in GitHub Desktop.
Save usagizmo/69a93b519006a2fa53f7d392bd7a044f to your computer and use it in GitHub Desktop.
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment