Set 'dragable.events_id' to -1 until it's properly implemented.
[redact.git] / bin / redact
1 #!/usr/bin/ruby -w
2
3 require "redact/app"
4
5 Redact::App.new(ARGV).run