Created
March 24, 2018 16:10
-
-
Save kyleparisi/b84448819024a5e169f19130d81e4dbe 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 . -name "vendor" -type d -maxdepth 3 -exec vendor-prune {} \; | |
find . -name "node_modules" -type d -maxdepth 3 -exec node-prune {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment