class EacRubyUtils::Envs::Command

def system(options = {})

def system(options = {})
  c = command(options)
  debug_print(c)
  Kernel.system(c)
end