From ceb612c0ce4077a95d59b29ff6f1856f75eb4583 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sun, 4 Apr 2021 18:35:25 -0400 Subject: curl: Be silent --- net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net.sh') diff --git a/net.sh b/net.sh index 06c2936..5ddaa16 100755 --- a/net.sh +++ b/net.sh @@ -14,7 +14,7 @@ req="$(printf 'https://labs.bible.org/api/?passage=%s&type=text' "$qs")" #echo "$req" echo "#$qs" | sed 's/+/ /g' # todo: indicate scripture citations and allusions? -curl "$req" | sed 's@[0-9:]*@@g' | sed 's@@@g' +curl -s "$req" | sed 's@ *[0-9:]* *@ @g' | sed 's@@@g' # end with a newline echo '' echo '(NET)' -- cgit 1.4.1