11 lines
84 B
Ruby
11 lines
84 B
Ruby
# -*- coding: binary -*-
|
|
|
|
module Rex
|
|
module Script
|
|
class Shell < Base
|
|
|
|
end
|
|
end
|
|
end
|
|
|