Skip to content

Instantly share code, notes, and snippets.

@zhiguangwang
Created April 27, 2016 03:41
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 zhiguangwang/e8edac13ae0758ac5497de28b2613738 to your computer and use it in GitHub Desktop.
Save zhiguangwang/e8edac13ae0758ac5497de28b2613738 to your computer and use it in GitHub Desktop.
Find all shell scripts and add execute permissions to all of them.
find . -name "*.sh" -exec chmod u+x {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment