Sha256: cc171a531ab29e42ba91d0e48cc472fe745ad79c38b15175267e47cc89c9f803

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 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/net/proxy'

Ronin::UI::CLI::Commands::Net::Proxy.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ronin-1.5.1 bin/ronin-net-proxy