Last active
August 10, 2018 02:28
-
-
Save zero88/226a4fd0a8627886c9f4ab5c5c3902a4 to your computer and use it in GitHub Desktop.
This file contains 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
git ls-files | grep \.sh | tr '\n' ' ' | |
git update-index --chmod=+x $(git ls-files | grep \.sh | tr '\n' ' ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment