about summary refs log tree commit diff
path: root/ccel.sh
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2021-04-04 18:35:25 -0400
committerZach DeCook <zachdecook@librem.one>2021-04-04 18:35:25 -0400
commitceb612c0ce4077a95d59b29ff6f1856f75eb4583 (patch)
treeb4cc9168d8b6844b383a383159e09eb09e8fd836 /ccel.sh
parenta53536d864514b51dd0da128bddba1febc8534b3 (diff)
downloadcgi-bin-ceb612c0ce4077a95d59b29ff6f1856f75eb4583.tar.gz
curl: Be silent
Diffstat (limited to 'ccel.sh')
-rwxr-xr-xccel.sh3
1 files changed, 2 insertions, 1 deletions
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