From 279f8c6c79f29b4009a7448fdecbc7f9a36a0c1d Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 27 Feb 2021 22:14:09 -0500 Subject: oeb and lsv: newline changes, use in makeplan --- oeb.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'oeb.sh') 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 '' -- cgit 1.4.1