Skip to content

Instantly share code, notes, and snippets.

@ducksoupdev
Created May 2, 2019 15:54
Show Gist options
  • Save ducksoupdev/243832b73c58f6662780e1d19b9bf575 to your computer and use it in GitHub Desktop.
Save ducksoupdev/243832b73c58f6662780e1d19b9bf575 to your computer and use it in GitHub Desktop.
FOR /d /r . %d in (node_modules) DO @IF EXIST "%d" echo "%d" && rimraf "%d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment