Created
October 13, 2014 21:49
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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