Created
June 23, 2016 19:43
-
-
Save Duder-onomy/c0c6e71cc5def11ee6d1be644c37af9c to your computer and use it in GitHub Desktop.
Count Lines Of Code
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 ./app -name '*.js' -not -path './app/public*' | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment