summaryrefslogtreecommitdiff
path: root/scripts/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.local/bin')
-rwxr-xr-xscripts/.local/bin/weather3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/.local/bin/weather b/scripts/.local/bin/weather
new file mode 100755
index 0000000..819b700
--- /dev/null
+++ b/scripts/.local/bin/weather
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+less -R <<< $(curl -q wttr.in | grep -vi "Follow")