summaryrefslogtreecommitdiff
path: root/.local/sbin/chtz
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-06 20:58:18 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-06 20:58:47 +0100
commitdb7321af115a79b63267cb18889cbd334e8ca6e2 (patch)
treeec388295051ebc1f3d79bd3baf79b7f12f076cda /.local/sbin/chtz
parentf2fde1570a04a654e2ed0c165d56feb29ddb25bf (diff)
scripts: Move many a script from sh to andy
Diffstat (limited to '.local/sbin/chtz')
-rwxr-xr-x.local/sbin/chtz4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/sbin/chtz b/.local/sbin/chtz
index 2033ab2..573cd9d 100755
--- a/.local/sbin/chtz
+++ b/.local/sbin/chtz
@@ -1,7 +1,7 @@
#!/usr/local/bin/andy
-set -e NOTIFY_LONG timezone
-set -e NOTIFY_SHORT chtz
+set -e NOTIFY_LONG timezone
+set -e NOTIFY_SHORT `basename $args[0]
set choice `timedatectl list-timezones | grep ./. | osel
sudo timedatectl set-timezone $choice