class EacRubyUtils::Envs::Command

def system!(options = {})

def system!(options = {})
  return if system(options)
  raise ::EacRubyUtils::Envs::Command::ExecError, "system! command failed: #{self}"
end