Sha256: d812e1b45aa69109c5c063edefe59f62e094e0023a37cb2114f90807065b0e7e
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' lib_dir = File.expand_path(File.join(File.dirname(__FILE__),'..','lib')) unless $LOAD_PATH.include?(lib_dir) $LOAD_PATH << lib_dir end require 'ronin/runner/program' Ronin::Runner.program(ARGV)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-0.0.9 | bin/ronin |
ronin-0.1.0 | bin/ronin |