class EventMachine::SystemCmd

def initialize cb

def initialize cb
  @cb = cb
  @output = []
end