diff options
Diffstat (limited to '.local/sbin/stz')
-rwxr-xr-x | .local/sbin/stz | 8 |
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’." |