Skip to content

Instantly share code, notes, and snippets.

@alexander-young
Created May 12, 2017 15:12
Show Gist options
  • Save alexander-young/2091d3ab6887ee69f2ccc37ec293b61a to your computer and use it in GitHub Desktop.
Save alexander-young/2091d3ab6887ee69f2ccc37ec293b61a 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