diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-04-04 18:35:25 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-04-04 18:35:25 -0400 |
| commit | ceb612c0ce4077a95d59b29ff6f1856f75eb4583 (patch) | |
| tree | b4cc9168d8b6844b383a383159e09eb09e8fd836 /ccel.sh | |
| parent | a53536d864514b51dd0da128bddba1febc8534b3 (diff) | |
| download | cgi-bin-ceb612c0ce4077a95d59b29ff6f1856f75eb4583.tar.gz | |
curl: Be silent
Diffstat (limited to 'ccel.sh')
| -rwxr-xr-x | ccel.sh | 3 |
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 |
