#!/bin/sh cat << HEAD Content-Type: text/html
$(uname -a)
$(uptime)
$(cat /proc/cpuinfo)
$(ps)
$(cat /proc/meminfo)
$(free)
$(df -h)
$(admcfg)