Sha256: 14c475fa863e787484fbf219e85bbe1862226884904d1af7238e83c8b940b349
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
#!/usr/bin/env ruby path = File.join(File.dirname(File.expand_path(__FILE__)), '..', 'lib') $:.unshift(path) if File.exist? path require 'smart_proxy_openscap/arf_parser' Proxy::OpenSCAP::ArfParser.new.parse ARGV[0], ARGV[1]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_proxy_openscap-0.6.5 | bin/smart-proxy-parse-arf |