bin/ors in ors-0.2.10 vs bin/ors in ors-0.3.0

- old
+ new

@@ -3,6 +3,6 @@ lib = File.expand_path(File.dirname(__FILE__) + "/../lib") $LOAD_PATH.unshift(lib) if File.directory?(lib) and (not $LOAD_PATH.include? lib) require "ors" -ORS::Command.run ARGV +ORS.new.run ARGV