module Maxitest::Testrbl

def run(command)

def run(command)
  puts command.join(" ")
  STDOUT.flush # if exec fails horribly we at least see some output
  Kernel.exec *command
end