Skip to content

Instantly share code, notes, and snippets.

@pdokas
Created November 14, 2010 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdokas/675829 to your computer and use it in GitHub Desktop.
Save pdokas/675829 to your computer and use it in GitHub Desktop.
Adds +x to all HTML files
find ~/path/to/site/ -type f -name '*.htm*' -exec chmod +x {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment