whoami7 - Manager
:
/
proc
/
self
/
root
/
proc
/
self
/
root
/
opt
/
alt
/
ruby19
/
lib64
/
ruby
/
1.9.1
/
rake
/
contrib
/
Upload File:
files >> //proc/self/root/proc/self/root/opt/alt/ruby19/lib64/ruby/1.9.1/rake/contrib/rubyforgepublisher.rb
require 'rake/contrib/sshpublisher' module Rake class RubyForgePublisher < SshDirPublisher attr_reader :project, :proj_id, :user def initialize(projname, user) super( "#{user}@rubyforge.org", "/var/www/gforge-projects/#{projname}", "html") end end end
Copyright ©2021 || Defacer Indonesia