#!/bin/bash
# Wrap the script to ensure the working directory has the dat files
cd /opt/supermicro/ipmicfg/
CMD=`basename $0`
./$CMD $@
