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

Version Path
bcdatabase-1.2.4 bin/bcdatabase
bcdatabase-1.2.3 bin/bcdatabase
bcdatabase-1.2.2 bin/bcdatabase
bcdatabase-1.2.1 bin/bcdatabase
bcdatabase-1.2.0 bin/bcdatabase
bcdatabase-1.1.0 bin/bcdatabase