Sha256: dd98ed70f3106bceaa115fb798a95d5d6485b3964f115324d50d2837c6acc747

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 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/fuzzer'

Ronin::UI::CLI::Commands::Fuzzer.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ronin-1.5.1 bin/ronin-fuzzer