curl-host 84 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 #!/bin/sh set -eu host="$1" shift $(dirname $0)/curl --header "Host: $host" "$@"