Skip to content

Instantly share code, notes, and snippets.

@machu
Created September 16, 2009 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save machu/188159 to your computer and use it in GitHub Desktop.
Save machu/188159 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'pstore'
require 'pp'
file = ARGV[0]
db = PStore.new(file)
db.transaction(true) do
pp db
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment