summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-04-25 20:40:44 +0100
committerrafa_99 <raroma09@gmail.com>2022-04-25 20:40:44 +0100
commit1a2752bf3dac7f1c0b8abb07954e0c9a530ea58e (patch)
tree8ede4c64c66e200117bb03eee4020a2a6b62b82a /scripts
parentcd3257581a863df87e259479be763136a1ec3514 (diff)
Correctly silenced curl
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.local/bin/weather2
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")