From cb72bc5cae928ca1058b09b8641735a4a2e33b7a Mon Sep 17 00:00:00 2001 From: Mehran Dehghanian Date: Sat, 19 Jun 2021 11:29:44 +0430 Subject: [PATCH] Add 'Clock sync using CURL' --- Clock-sync-using-CURL.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Clock-sync-using-CURL.md diff --git a/Clock-sync-using-CURL.md b/Clock-sync-using-CURL.md new file mode 100644 index 0000000..dd41267 --- /dev/null +++ b/Clock-sync-using-CURL.md @@ -0,0 +1 @@ +`date -s "$(curl -s --head http://google.com | grep ^Date: | sed 's/Date: //g')"` \ No newline at end of file