Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi-bin/hostname.sh
blob: 38b7700c6516c6e071ce9e77139ea04594170f20 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -o errexit -o nounset -o pipefail

echo 'Content-Type: plain/text; charset=utf-8'
echo

hostname