Sha256: 1a1f5855a98ea0b0a9c617392db4240efdf3b33e6821977b03a714fbbb82aa02

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'

root = File.expand_path(File.join(File.dirname(__FILE__),'..'))
if File.directory?(File.join(root,'.git'))
  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/scanner'

Ronin::UI::CLI::Commands::Scanner.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ronin-scanners-1.0.0.pre1 bin/ronin-scanner