Skip to content

Instantly share code, notes, and snippets.

@stojg
Created February 26, 2013 23:30
Show Gist options
  • Save stojg/5043372 to your computer and use it in GitHub Desktop.
Save stojg/5043372 to your computer and use it in GitHub Desktop.
chmod that sucker
find assets -type d -exec chmod 775 {} \;
find assets -type f -exec chmod 664 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment