diff options
Diffstat (limited to 'scripts/.local/bin')
-rwxr-xr-x | scripts/.local/bin/weather | 3 |
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") |