Skip to content

Instantly share code, notes, and snippets.

@icarrr
Created November 4, 2019 04:46
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 icarrr/1b25e627888923dfcf55db3c3c428455 to your computer and use it in GitHub Desktop.
Save icarrr/1b25e627888923dfcf55db3c3c428455 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {11..20}
do
sudo timedatectl set-time "2020-07-$i 09:00:00"
echo "time now 2020-07-$i"
sleep 300
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment