aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi-bin/hostname.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcgi-bin/hostname.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/cgi-bin/hostname.sh b/cgi-bin/hostname.sh
deleted file mode 100755
index 38b7700..0000000
--- a/cgi-bin/hostname.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-set -o errexit -o nounset -o pipefail
-
-echo 'Content-Type: plain/text; charset=utf-8'
-echo
-
-hostname