#!/usr/bin/ruby
path = File.join(File.dirname(File.expand_path(__FILE__)), '..', 'lib')
$:.unshift(path) if File.exist? path

require 'smart_proxy_openscap/arf_html'

Proxy::OpenSCAP::ArfHtml.new.generate_html ARGV[0], ARGV[1]
