Skip to content

Instantly share code, notes, and snippets.

@cdollins
Created October 29, 2008 01:18
Show Gist options
  • Save cdollins/20575 to your computer and use it in GitHub Desktop.
Save cdollins/20575 to your computer and use it in GitHub Desktop.
desc "Flog Source"
task :flog do
IO.popen("find lib -name \\*.rb | xargs flog").each {|line| puts line }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment