#!/bin/bash
# vim: cindent:shiftwidth=4:tabstop=4:smarttab:textwidth=100

function SEL_ANOMALY {
	local LOG_FILE="$1"

	ipmitool sel clear
}
