metasploit-framework/lib/rex/script/shell.rb

10 lines
59 B
Ruby

module Rex
module Script
class Shell < Base
end
end
end