1#!/bin/bash
2
3trap 'exit 0' 15
4
5$POUNDER_HOME/test_scripts/ipmitool
6exit $?
7