#!/bin/sh # $RedRiver$ SUBJECT=`sysctl -n hw.vendor` SUBJECT="${SUBJECT} `sysctl -n hw.product`" #echo ${SUBJECT} dmesg | mail -s "${SUBJECT}" andrew@rraz.net