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