SILENT KILLERPanel

Current Path: > > opt > > alt > ruby27 > bin > >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt//alt/ruby27/bin//

NameTypeSizeLast ModifiedActions
bundle File 537 bytes June 06 2023 14:55:53.
bundler File 539 bytes June 06 2023 14:55:53.
erb File 5071 bytes June 06 2023 14:55:53.
gem File 553 bytes June 06 2023 14:55:53.
irb File 515 bytes June 06 2023 14:55:53.
racc File 594 bytes June 06 2023 14:55:53.
rackup File 533 bytes September 21 2023 06:23:57.
rake File 521 bytes June 06 2023 14:55:53.
rdoc File 521 bytes June 06 2023 14:55:53.
ri File 517 bytes June 06 2023 14:55:53.
ruby File 8208 bytes June 06 2023 14:56:00.

Reading File: //opt//alt/ruby27/bin///gem

#!/opt/alt/ruby27/bin/ruby
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++

require 'rubygems'
require 'rubygems/gem_runner'
require 'rubygems/exceptions'

required_version = Gem::Requirement.new ">= 1.8.7"

unless required_version.satisfied_by? Gem.ruby_version then
  abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}"
end

args = ARGV.clone

begin
  Gem::GemRunner.new.run args
rescue Gem::SystemExitException => e
  exit e.exit_code
end


SILENT KILLER Tool