Skip to content

Instantly share code, notes, and snippets.

@manniru
Last active April 28, 2022 09:57
Show Gist options
  • Save manniru/2d5b24beffa1bb67da73425e2399c6ae to your computer and use it in GitHub Desktop.
Save manniru/2d5b24beffa1bb67da73425e2399c6ae to your computer and use it in GitHub Desktop.
find . -type f | xargs sudo chmod 644
find . -type d | xargs sudo chmod 755
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment