# $Id: shellwords.rb,v 0.1 2002/03/23 07:36:26 nobu Exp $

require 'optparse'
require 'shellwords'

OptionParser.accept(Shellwords) {|s| s ? Shellwords.shellwords(s) : s}
