Skip to content

Instantly share code, notes, and snippets.

@pdokas
Created November 14, 2010 01:52
Show Gist options
  • 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