Sha256: 6d2c739fd330fcd4ac9f62f1d3b33edb9c2664a7d05f58088efc1bd476ee95a8

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

#!/usr/bin/env ruby

if File.exist?(File.join(File.expand_path('..', __dir__), '.git'))
  $LOAD_PATH.unshift(File.expand_path('../lib', __dir__))
end

require 'lol_dba'
require 'lol_dba/cli'

LolDba::CLI.start

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lol_dba-2.4.0 bin/lol_dba
lol_dba-2.2.0 bin/lol_dba
lol_dba-2.1.9 bin/lol_dba
lol_dba-2.1.8 bin/lol_dba
lol_dba-2.1.7 bin/lol_dba
lol_dba-2.1.6 bin/lol_dba