introduced .scripts folder

This commit is contained in:
2021-12-25 15:19:20 +01:00
parent 1c870a2910
commit 5b1246bb6d
4 changed files with 158 additions and 24 deletions
+3
View File
@@ -0,0 +1,3 @@
function update_time {
timedatectl set-timezone "$(curl --fail https://ipapi.co/timezone)"
}