Skip to content

Instantly share code, notes, and snippets.

@thisismydesign
Created April 19, 2017 11:17
Show Gist options
  • Save thisismydesign/bad3d6fccf684207d4f6fc01f1c3c8e8 to your computer and use it in GitHub Desktop.
Save thisismydesign/bad3d6fccf684207d4f6fc01f1c3c8e8 to your computer and use it in GitHub Desktop.
Add execution rights to all .sh files
find . -name "*.sh" -exec chmod +x {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment