summaryrefslogtreecommitdiff
path: root/.local/sbin/stz
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-15 00:21:54 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-15 00:21:54 +0200
commit275d6de472ffe0e295f9478020e9d3a618b54fd1 (patch)
tree5ffeb186ab4df653923c02d2b9eb480aad66595f /.local/sbin/stz
parent81175f89228a8dae06fa2d3f784080e4b47962a3 (diff)
chtz: Rename from ‘stz’ to ‘chtz’
This keeps consistency with my other scripts like ‘chkb’, but also with tools like ‘chmod’, ‘chsh’, etc.
Diffstat (limited to '.local/sbin/stz')
-rwxr-xr-x.local/sbin/stz8
1 files changed, 0 insertions, 8 deletions
diff --git a/.local/sbin/stz b/.local/sbin/stz
deleted file mode 100755
index 413bf40..0000000
--- a/.local/sbin/stz
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-choice="`timedatectl list-timezones | grep './.' | osel`" \
- && sudo timedatectl set-timezone "$choice" \
- && notify-send -a "${0##*/}" -u normal 'Timezone changed' \
- "The system timezone was changed to ‘$choice’."