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 --- ccel.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ccel.sh') diff --git a/ccel.sh b/ccel.sh index 2a9b2b2..9b59c73 100755 --- a/ccel.sh +++ b/ccel.sh @@ -12,6 +12,7 @@ then exit 0 fi printf "20 text/gemini\r\n" + printf "=> %s This page was automatically generated from the following CCEL book (http)\n" https://ccel.org/ccel/"$QUERY_STRING" printf "=> /thml2gmi/ and converted with thml2gmi\n" -curl https://ccel.org/ccel/"$QUERY_STRING".xml | ./thml2gmi.py /dev/stdin +curl -s https://ccel.org/ccel/"$QUERY_STRING".xml | ./thml2gmi.py /dev/stdin -- cgit 1.4.1