diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 20:16:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 20:16:44 +0300 |
commit | 8a8581292a737340656b4b93fce2475d98258bc1 (patch) | |
tree | 81a04b1645c838e876269a1aac1e0cc4e0336875 | |
parent | minor design tweaks (diff) | |
download | linux-status-8a8581292a737340656b4b93fce2475d98258bc1.tar.gz linux-status-8a8581292a737340656b4b93fce2475d98258bc1.zip |
top: 512 columns-wide
-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 |