Initial commit.
[redact.git] / bin / redact
1 #!/usr/bin/ruby -w
2
3 require "redact/app"
4
5 Redact::App.new(ARGV).run