summary refs log tree commit diff
path: root/bin/wttr
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-11-18 18:07:38 +0100
committerRobert Günzler <r@gnzler.io>2022-11-18 18:38:21 +0100
commitf005fbf41646437964458d4c2028e6fdc04b59a1 (patch)
tree2db56c1d202137278c5642ed418123b882d35dc5 /bin/wttr
parent5e6e8da510836bbb0c7ac1602d51a394ba02ab2b (diff)
bin: add a few scripts
Diffstat (limited to 'bin/wttr')
-rwxr-xr-xbin/wttr7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/wttr b/bin/wttr
new file mode 100755
index 0000000..086345b
--- /dev/null
+++ b/bin/wttr
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+[ -n "$DEBUG" ] && set -x
+
+echo "Querying wttr.in ..."
+exec env REPORT=1 $HOME/.config/waybar/modules/weather.sh