diff options
author | rafa_99 <raroma09@gmail.com> | 2022-04-25 20:40:44 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-04-25 20:40:44 +0100 |
commit | 1a2752bf3dac7f1c0b8abb07954e0c9a530ea58e (patch) | |
tree | 8ede4c64c66e200117bb03eee4020a2a6b62b82a /scripts/.local/bin | |
parent | cd3257581a863df87e259479be763136a1ec3514 (diff) |
Correctly silenced curl
Diffstat (limited to 'scripts/.local/bin')
-rwxr-xr-x | scripts/.local/bin/weather | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.local/bin/weather b/scripts/.local/bin/weather index 819b700..0451bfa 100755 --- a/scripts/.local/bin/weather +++ b/scripts/.local/bin/weather @@ -1,3 +1,3 @@ #!/bin/sh -less -R <<< $(curl -q wttr.in | grep -vi "Follow") +less -R <<< $(curl --silent wttr.in | grep -vi "Follow") |