From f71638271a197927660e955a0b53c9deff2d757d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 3 Jul 2018 01:29:22 +0300 Subject: initial commit --- cgi-bin/hostname.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 cgi-bin/hostname.sh (limited to 'cgi-bin/hostname.sh') diff --git a/cgi-bin/hostname.sh b/cgi-bin/hostname.sh new file mode 100755 index 0000000..38b7700 --- /dev/null +++ b/cgi-bin/hostname.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +set -o errexit -o nounset -o pipefail + +echo 'Content-Type: plain/text; charset=utf-8' +echo + +hostname -- cgit v1.2.3