about summary refs log tree commit diff
path: root/oeb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'oeb.sh')
-rwxr-xr-xoeb.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/oeb.sh b/oeb.sh
index 388fd5a..53b41ec 100755
--- a/oeb.sh
+++ b/oeb.sh
@@ -22,7 +22,11 @@ if ! test "$file"; then
     return 1
 fi
 printf "20 text/gemini\r\n"
+echo '=> https://github.com/openenglishbible/Open-English-Bible This content from OpenEnglishBible (public domain)'
+echo '=> gemini://gemini.zachdecook.com/usfm2gmi/ and rendered with usfm2gmi'
 echo "# $book $chstart:$vstart - $chend:$vend"
 grep '\c '"$chstart$" $file -A5000  | grep '\v '"$vstart " -A5000 \
 | tac|grep '\c '$(($chend + 1))'$' -A5000 | grep '\v '$vend' ' -A5000 | tac\
 | usfm2gmi/usfm2gmi.py
+# end in newline
+echo ''