Sha256: f49534e1c67d99cd41069ed254d32bca1c7a45e9405922bc91602c2917b77652
Contents?: true
Size: 431 Bytes
Versions: 1
Compression:
Stored size: 431 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/install' Ronin::UI::CLI::Commands::Install.start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-1.5.1 | bin/ronin-install |