mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 22:42:55 +08:00
7 lines
121 B
Ruby
7 lines
121 B
Ruby
# -*- ruby -*-
|
|
|
|
require 'shellwords'
|
|
require 'optparse'
|
|
|
|
OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}
|