diff options
-rwxr-xr-x | cgi-bin/top.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |