Files
metasploit-gs/lib/rex/script/shell.rb
T
HD Moore 2f195694f4 Switch shell to a base class, allow the base class to use a null sink for output when no user_output is set.
git-svn-id: file:///home/svn/framework3/trunk@8630 4d416f70-5f16-0410-b530-b9f4589650da
2010-02-24 23:07:08 +00:00

10 lines
59 B
Ruby

module Rex
module Script
class Shell < Base
end
end
end