tj.git-extras/bin/git-count
2010-08-04 08:48:08 -07:00

2 lines
56 B
Bash
Executable file

#!/usr/bin/env sh
echo total `git log --oneline | wc -l`