Collection#script= and ExecScriptProgram#script= now accept a filename, too.
[redact.git] / bin / redact
1 #!/usr/bin/ruby -w
2
3 require "redact/app"
4
5 Redact::App.new(ARGV).run