Created
March 24, 2011 10:31
-
-
Save iley/884851 to your computer and use it in GitHub Desktop.
post-commit stats hook
This file contains 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
echo === Interpreter stats === | |
printf ' %s lines of code\n' `find interpreter -name '*.lisp' -exec cat {} \; | wc -l` | |
printf ' %s TODOs left\n' `find interpreter -type f -exec grep TODO {} \; | wc -l` | |
echo ========================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment