Home | History | Annotate | Download | only in T10single
      1 #!/bin/bash
      2 
      3 trap 'exit 0' 15
      4 
      5 $POUNDER_HOME/test_scripts/ipmitool
      6 exit $?
      7