Skip to content

Instantly share code, notes, and snippets.

@albertus82
Created February 24, 2021 06:52
Show Gist options
  • Save albertus82/30520942bda01450fe126b784c6f4694 to your computer and use it in GitHub Desktop.
Save albertus82/30520942bda01450fe126b784c6f4694 to your computer and use it in GitHub Desktop.
git chmod=+x
for f in `find . -name '*.sh'`; do (git update-index --chmod=+x "$f") done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment