Skip to content

Instantly share code, notes, and snippets.

@dawsbot
Created February 23, 2016 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dawsbot/8957c70f55fbcd27fdbb to your computer and use it in GitHub Desktop.
Save dawsbot/8957c70f55fbcd27fdbb to your computer and use it in GitHub Desktop.
shell script to count the amount of license files in your
# 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