#!/bin/bash
#                 /usr/local/bin/sysinfo
# http://crystalfaeries.net/posix/bin/sysinfo
# celeste:crystalfaery 2014-09-15 15:31:01+00:00
# Display the System Information (computer's model name)
sudo dmidecode | grep "System Information" -A 2


syntax highlighted by Code2HTML, v. 0.9.1