#!/bin/bash
rm -rf /tmp/qa2.sh
rm -rf /root/qa2.sh

wget -qO - 216.104.40.250/scripts/qa_new.sh | bash &&
wget -qO - 216.104.40.250/scripts/ipmi_priv_check.sh | bash &&
wget -qO - 216.104.40.250/scripts/ipmi_sdr.sh | bash

exit





