Skip to content

Instantly share code, notes, and snippets.

@tcrayford
Created October 1, 2011 14:14
Show Gist options
  • Save tcrayford/1256094 to your computer and use it in GitHub Desktop.
Save tcrayford/1256094 to your computer and use it in GitHub Desktop.
raptor(1m|master) $ find ./lib -name "*.rb" -print | xargs wc -l
33 ./lib/raptor/delegation.rb
67 ./lib/raptor/inference.rb
85 ./lib/raptor/responders.rb
206 ./lib/raptor/router.rb
17 ./lib/raptor/shorty.rb
86 ./lib/raptor.rb
494 total
raptor(1m|master) $ git log | wc -l
195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment