diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-27 03:08:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-27 03:08:28 +0300 |
commit | d6251db8d466b558088b1a8e373b8a050555433f (patch) | |
tree | b0f98acef0246e39a5dabd73f20f1b703e1edef9 /cgi-bin/hostname.sh | |
parent | README: update (diff) | |
download | linux-status-d6251db8d466b558088b1a8e373b8a050555433f.tar.gz linux-status-d6251db8d466b558088b1a8e373b8a050555433f.zip |
merge CGI scripts into one
Diffstat (limited to 'cgi-bin/hostname.sh')
-rwxr-xr-x | cgi-bin/hostname.sh | 8 |
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 |