module EacRubyUtils::Envs::BaseCommand::Execution

def system!(options = {})

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