Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrevenancio/c46ace1311ccd86d7a7ed3d5c0f10369 to your computer and use it in GitHub Desktop.
Save andrevenancio/c46ace1311ccd86d7a7ed3d5c0f10369 to your computer and use it in GitHub Desktop.
Remove all node_modules from Dropbox
find ~/Dropbox/ -name "node_modules" -type d -exec rm -rf '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment