aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/cgi-bin/top.sh
blob: 9edf85055ccc8b153a3dcf8eed718cde01d4fa33 (plain) (tree)
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 -w 512