Created
November 14, 2010 01:52
-
-
Save pdokas/675829 to your computer and use it in GitHub Desktop.
Adds +x to all HTML files
This file contains 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
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