Sha256: 29be3f14d2a42dc64e64274fedab4e48c684ee768bea9b87ab7428ecb8980b45

Contents?: true

Size: 427 Bytes

Versions: 1

Compression:

Stored size: 427 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'

root = File.expand_path(File.join(File.dirname(__FILE__),'..'))
if File.file?(File.join(root,'Gemfile.lock'))
  Dir.chdir(root) do
    begin
      require 'bundler/setup'
    rescue LoadError => e
      warn e.message
      warn "Run `gem install bundler` to install Bundler"
      exit -1
    end
  end
end

require 'ronin/ui/cli/commands/hosts'

Ronin::UI::CLI::Commands::Hosts.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ronin-1.5.1 bin/ronin-hosts