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

11 lines
84 B
Ruby

# -*- coding: binary -*-
module Rex
module Script
class Shell < Base
end
end
end