Last active
August 8, 2023 13:53
-
-
Save bblanchon/423677bf9c7bfebf515e to your computer and use it in GitHub Desktop.
Git: add executable flag to *.sh
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 . -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