diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 01:29:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 01:29:22 +0300 |
commit | f71638271a197927660e955a0b53c9deff2d757d (patch) | |
tree | 089b842a7a69a12fab9123b0df0110fdf14e0763 /cgi-bin/hostname.sh | |
download | linux-status-f71638271a197927660e955a0b53c9deff2d757d.tar.gz linux-status-f71638271a197927660e955a0b53c9deff2d757d.zip |
initial commit
Diffstat (limited to 'cgi-bin/hostname.sh')
-rwxr-xr-x | cgi-bin/hostname.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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 |