Created
February 23, 2016 20:52
-
-
Save dawsbot/8957c70f55fbcd27fdbb to your computer and use it in GitHub Desktop.
shell script to count the amount of license files in your
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
# in an empty project | |
npm install --save gulp | |
cd node_modules | |
ls **/LICENSE **/LICENSE.md **/license.md **/LICENSE | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment