added scripts dir

This commit is contained in:
2022-01-04 18:22:02 +01:00
parent b434705623
commit d992344855
4 changed files with 167 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
function update_time {
timedatectl set-timezone "$(curl --fail https://ipapi.co/timezone)"
}