1 # -*- ruby -*- 2 3 require 'shellwords' 4 require 'optparse' 5 6 OptionParser.accept(Shellwords) {|s| Shellwords.shellwords(s)}