From d6251db8d466b558088b1a8e373b8a050555433f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 27 Feb 2021 03:08:28 +0300 Subject: merge CGI scripts into one --- cgi-bin/top.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 cgi-bin/top.sh (limited to 'cgi-bin/top.sh') 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 -- cgit v1.2.3