Skip to content

Instantly share code, notes, and snippets.

@jasonroot
Created August 7, 2019 19:51
Show Gist options
  • Save jasonroot/1b855166cd0b228f9c5855c04e10f167 to your computer and use it in GitHub Desktop.
Save jasonroot/1b855166cd0b228f9c5855c04e10f167 to your computer and use it in GitHub Desktop.
Change permissions to 644 for all assets in current folder.
find -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment