Sha256: e08ccb960294aee87b8fbc68e22076ba0e4b8f109dafd7cf90a0b2305a1d9a52
Contents?: true
Size: 376 Bytes
Versions: 6
Compression:
Stored size: 376 Bytes
Contents
#!/usr/bin/env ruby # Allow this executable to be run directly from the source as well as # from an installed gem. begin lib = File.expand_path('../../lib', __FILE__) unless $LOAD_PATH.include?(lib) $LOAD_PATH << lib require 'rubygems' end end require 'bcdatabase' begin Bcdatabase::CLI.start rescue Interrupt => e $stderr.puts "Interrupted" exit 1 end
Version data entries
6 entries across 6 versions & 1 rubygems