diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-14 12:11:42 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-14 12:11:42 +0000 |
| commit | 4484948a6d4e12485c5b54ecf0e9e6d92b749d1a (patch) | |
| tree | 88ef98544626de24605a54a5c461f9075a84b08c /scripts | |
| parent | 3544db49270f6d99c8b2126f294d38267e2899cb (diff) | |
| download | zcatch-4484948a6d4e12485c5b54ecf0e9e6d92b749d1a.tar.gz zcatch-4484948a6d4e12485c5b54ecf0e9e6d92b749d1a.zip | |
updated the demo recorder
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/count_source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/count_source.sh b/scripts/count_source.sh index 17335cd3..0f4a6a64 100644 --- a/scripts/count_source.sh +++ b/scripts/count_source.sh @@ -1 +1 @@ -svn blame `svn -R ls | grep ^src | grep -v external | grep -v /$` | python scripts/process_blame.py +svn blame `svn -R ls | grep ^src | grep -v external | grep -v /$ | grep -v \.txt` | python scripts/process_blame.py |