aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi-bin/top.sh
blob: 630afff3ef5cec5f07d3b5bc828f6472f8f1f4ff (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -o errexit -o nounset -o pipefail

echo 'Content-Type: text/plain; charset=utf-8'
echo

top -b -n 1