From 8a8581292a737340656b4b93fce2475d98258bc1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 3 Jul 2018 20:16:44 +0300 Subject: top: 512 columns-wide --- cgi-bin/top.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi-bin') diff --git a/cgi-bin/top.sh b/cgi-bin/top.sh index 630afff..9edf850 100755 --- a/cgi-bin/top.sh +++ b/cgi-bin/top.sh @@ -5,4 +5,4 @@ set -o errexit -o nounset -o pipefail echo 'Content-Type: text/plain; charset=utf-8' echo -top -b -n 1 +top -b -n 1 -w 512 -- cgit v1.2.3