#/bin/sh

if which dmidecode >/dev/null 2>&1; then
    echo "<<<dmi_sysinfo>>>"
    dmidecode -t 1 -q
fi
