diff options
Diffstat (limited to 'bin/wttr')
| -rwxr-xr-x | bin/wttr | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/wttr b/bin/wttr deleted file mode 100755 index 086345b..0000000 --- a/bin/wttr +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e -[ -n "$DEBUG" ] && set -x - -echo "Querying wttr.in ..." -exec env REPORT=1 $HOME/.config/waybar/modules/weather.sh |