From 1a2752bf3dac7f1c0b8abb07954e0c9a530ea58e Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Mon, 25 Apr 2022 20:40:44 +0100 Subject: Correctly silenced curl --- scripts/.local/bin/weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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") -- cgit v1.2.3