#!/bin/bash date -s "$(curl -I https://google.com | sed -rn "s/^Date: (.*)$/\1/p")"