Skip to content

Instantly share code, notes, and snippets.

@IQAndreas
Created January 7, 2013 19:22
Show Gist options
  • Save IQAndreas/4477634 to your computer and use it in GitHub Desktop.
Save IQAndreas/4477634 to your computer and use it in GitHub Desktop.
Make all files in the "utils" folder executable
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