Skip to content

Instantly share code, notes, and snippets.

@busheezy
Created August 17, 2020 18:17
Show Gist options
  • Save busheezy/f7685a71633d5a1436a527a7293af779 to your computer and use it in GitHub Desktop.
Save busheezy/f7685a71633d5a1436a527a7293af779 to your computer and use it in GitHub Desktop.
delete nuxt readmes
find . -name "README.md" -type f -not -path "./node_modules/*" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment