#!/usr/bin/ruby -w

require "redact/app"

Redact::App.new(ARGV).run
