diff options
Diffstat (limited to 'scripts/count_source.sh')
| -rw-r--r-- | scripts/count_source.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/count_source.sh b/scripts/count_source.sh new file mode 100644 index 00000000..17335cd3 --- /dev/null +++ b/scripts/count_source.sh @@ -0,0 +1 @@ +svn blame `svn -R ls | grep ^src | grep -v external | grep -v /$` | python scripts/process_blame.py |