aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi-bin/top.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/top.sh')
-rwxr-xr-xcgi-bin/top.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/cgi-bin/top.sh b/cgi-bin/top.sh
deleted file mode 100755
index 9edf850..0000000
--- a/cgi-bin/top.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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