scripts for my gemini capsule
net: remove b tags
| -rwxr-xr-x | net.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ printf "=> https://labs.bible.org This content pulled from bible.org.\n" req="$(printf 'https://labs.bible.org/api/?passage=%s&type=text' "$qs")" #echo "$req" echo "#$qs" | sed 's/+/ /g' -curl "$req" | sed 's@<b>[0-9:]*</b>@@g' +# todo: indicate scripture citations and allusions? +curl "$req" | sed 's@<b>[0-9:]*</b>@@g' | sed 's@</\?b>@@g' # end with a newline echo '' echo '(NET)' |