Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Created September 24, 2010 18:16
Show Gist options
  • Save ivanoats/595782 to your computer and use it in GitHub Desktop.
Save ivanoats/595782 to your computer and use it in GitHub Desktop.
#find the latest production db dump
Dir.glob("*.sql").each do |f|
puts File.mtime(f)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment