Skip to content

Instantly share code, notes, and snippets.

@sukhodolin
Last active February 5, 2016 06:55
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 sukhodolin/1608e215f63a254b38ee to your computer and use it in GitHub Desktop.
Save sukhodolin/1608e215f63a254b38ee to your computer and use it in GitHub Desktop.
find . -not -path '*/\.*' -type f -perm +a+x -exec chmod -x {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment