Created
November 20, 2016 21:21
-
-
Save wulymammoth/793cc9f15e5808dc198d39cd997bccd1 to your computer and use it in GitHub Desktop.
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
| find . -d -name node_modules | while read line; do rm -rf $line; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment