added scripts

This commit is contained in:
2022-09-27 14:14:27 +02:00
parent 96c7e6b0e1
commit fbaa0aeedc
5 changed files with 194 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
function update_time () {
timedatectl set-timezone "$(curl --fail https://ipapi.co/timezone)"
}