scripts for my gemini capsule
Diffstat (limited to 'ccel.sh')
| -rwxr-xr-x | ccel.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |