Created
January 7, 2013 19:22
-
-
Save IQAndreas/4477634 to your computer and use it in GitHub Desktop.
Make all files in the "utils" folder executable
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
for f in utils/*; do chmod +x "$f"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment