Skip to content

Instantly share code, notes, and snippets.

@magicianzrh
Last active March 7, 2017 16:06
Show Gist options
  • Save magicianzrh/ce070a877f54c6b27113bfe010cc6aa2 to your computer and use it in GitHub Desktop.
Save magicianzrh/ce070a877f54c6b27113bfe010cc6aa2 to your computer and use it in GitHub Desktop.
calc c# code in unity
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