Sha256: 57fc19d1de44ad0cf36feff7305ffae77b0cb2d5ee0f68f05760d66d29752309
Contents?: true
Size: 411 Bytes
Versions: 10
Compression:
Stored size: 411 Bytes
Contents
#!/usr/bin/env ruby begin # This should work if (1) the gem is installed, or # (2) we're in development and used `bundle exec` require 'berkeley_library/tind' rescue LoadError # If we're in development, `require 'bundler/setup'` # is roughly equivalent to `bundle exec` require 'bundler/setup' require 'berkeley_library/tind' end BerkeleyLibrary::TIND::Export::ExportCommand.new(*ARGV).execute!
Version data entries
10 entries across 10 versions & 1 rubygems