Skip to content

Instantly share code, notes, and snippets.

@jm
Created January 5, 2009 03:28
Show Gist options
  • Save jm/43250 to your computer and use it in GitHub Desktop.
Save jm/43250 to your computer and use it in GitHub Desktop.
~/code/context(master) > sloccount lib/ test/
Creating filelist for lib
Creating filelist for test
Categorizing files.
Finding a working MD5 command....
Can't exec "md5sum": No such file or directory at /opt/local/bin/break_filelist line 688, <CODE_FILE> line 15.
Found a working MD5 command.
Computing results.
SLOC Directory SLOC-by-Language (Sorted)
278 test ruby=278
196 lib ruby=196
Totals grouped by language (dominant language first):
ruby: 474 (100.00%)
Total Physical Source Lines of Code (SLOC) = 474
~/code/shoulda(master) > sloccount lib/ test/
Creating filelist for lib
Creating filelist for test
Categorizing files.
Finding a working MD5 command....
Can't exec "md5sum": No such file or directory at /opt/local/bin/break_filelist line 688, <CODE_FILE> line 15.
Found a working MD5 command.
Computing results.
SLOC Directory SLOC-by-Language (Sorted)
1396 lib ruby=1396
1264 test ruby=1264
Totals grouped by language (dominant language first):
ruby: 2660 (100.00%)
Total Physical Source Lines of Code (SLOC) = 2,660
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment