Skip to content

Instantly share code, notes, and snippets.

@b-yao
Created August 15, 2019 01:17
Show Gist options
  • Save b-yao/762520f627041578a247e1a48a13f8d3 to your computer and use it in GitHub Desktop.
Save b-yao/762520f627041578a247e1a48a13f8d3 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Run as super user
date -s "$(curl -H'Cache-Control:no-cache' -sI google.com | grep '^Date:' | cut -d' ' -f3-6)Z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment