Skip to content

Instantly share code, notes, and snippets.

@alepez
Created September 2, 2014 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alepez/55a2007b038aa0b11914 to your computer and use it in GitHub Desktop.
Save alepez/55a2007b038aa0b11914 to your computer and use it in GitHub Desktop.
set remote datetime to localhost datetime
datetime=$( date +%m%d%H%M%Y ); ssh root@remote_addr "( date $datetime; /sbin/hwclock --systohc )"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment