Skip to content

Instantly share code, notes, and snippets.

@woffleloffle
Created October 13, 2014 21:49
Show Gist options
  • Save woffleloffle/e7a713a820cdeb72b9eb to your computer and use it in GitHub Desktop.
Save woffleloffle/e7a713a820cdeb72b9eb to your computer and use it in GitHub Desktop.
Delete pesky `node_modules` folders that are too long in one fell sweep.
mkdir em && robocopy em node_modules /MIR
rmdir em && rmdir node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment