From 63c0ad2f13b65b024c108efa32493825c5b2d1a5 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 24 Feb 2021 07:50:48 -0500 Subject: net: remove b tags --- net.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net.sh') diff --git a/net.sh b/net.sh index 3ee4149..06c2936 100755 --- a/net.sh +++ b/net.sh @@ -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@[0-9:]*@@g' +# todo: indicate scripture citations and allusions? +curl "$req" | sed 's@[0-9:]*@@g' | sed 's@@@g' # end with a newline echo '' echo '(NET)' -- cgit 1.4.1