Skip to content

Instantly share code, notes, and snippets.

@arosh
Created January 2, 2012 05:30
Show Gist options
  • Save arosh/1549470 to your computer and use it in GitHub Desktop.
Save arosh/1549470 to your computer and use it in GitHub Desktop.
diffall
#!/usr/bin/env ruby
ARGV.each do |arg|
puts "*** diff #{arg} ‾/#{arg} ***"
puts `diff #{arg} ‾/#{arg}`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment