Created
August 4, 2016 13:47
-
-
Save jeroenvdgulik/969d987c4fd71b85d370ab503e127c79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type d -name \* -exec chmod 775 {} \; | |
find . -type f -exec chmod 664 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment