Last active
March 7, 2017 16:06
-
-
Save magicianzrh/ce070a877f54c6b27113bfe010cc6aa2 to your computer and use it in GitHub Desktop.
calc c# code in unity
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 '*.cs' ! -name '*Editor*' -print0 | xargs -0 cat | grep -v '^$' | grep -v '^\s*\/\/.*$' |wc -l | |
find . -name '*.py' -print0 | xargs -0 cat | grep -v '^#' | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment