aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi-bin/top.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-07-03 20:16:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-07-03 20:16:44 +0300
commit8a8581292a737340656b4b93fce2475d98258bc1 (patch)
tree81a04b1645c838e876269a1aac1e0cc4e0336875 /cgi-bin/top.sh
parentminor design tweaks (diff)
downloadlinux-status-8a8581292a737340656b4b93fce2475d98258bc1.tar.gz
linux-status-8a8581292a737340656b4b93fce2475d98258bc1.zip
top: 512 columns-wide
Diffstat (limited to 'cgi-bin/top.sh')
-rwxr-xr-xcgi-bin/top.sh2
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