@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod2 6.12.0-107.59.3.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 10:16:59 PST 2025 x86_64
Current Path :
/
usr
/
local
/
lib
/
ruby
/
2.4.0
/
optparse
/
Path :
Upload File :
New :
File
Dir
//usr/local/lib/ruby/2.4.0/optparse/shellwords.rb
# frozen_string_literal: false # -*- ruby -*- require 'shellwords' require 'optparse' OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}