/
opt
/
cpanel
/
ea-ruby24
/
root
/
usr
/
share
/
ruby
/
optparse
/
Upload File
HOME
# frozen_string_literal: false # -*- ruby -*- require 'shellwords' require 'optparse' OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}