curl / httpusando curl para obter o status HTTP e o alvo de redirecionamento final sem o ruídofunction http_status() { curl -sL -w "%{http_code} %{url_effective}\n" -o /dev/null $1 }