Skip to content

Instantly share code, notes, and snippets.

@bblanchon
Last active August 8, 2023 13:53
Show Gist options
  • Save bblanchon/423677bf9c7bfebf515e to your computer and use it in GitHub Desktop.
Save bblanchon/423677bf9c7bfebf515e to your computer and use it in GitHub Desktop.
Git: add executable flag to *.sh
find . -name '*.sh' | xargs git update-index --chmod=+x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment