about summary refs log tree commit diff
path: root/getscriptures.sh
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2023-12-11 20:04:39 -0500
committerZach DeCook <zachdecook@librem.one>2023-12-11 20:04:39 -0500
commit6e07db43e3efb4b9eb176ae0229bff0cc81737b3 (patch)
tree0fbc2ef20b2aecbf1d5c0dedb92af216d33446fc /getscriptures.sh
parentc07fe9cbcb7268c7eee9912e33cb0a2ef277941b (diff)
downloadcgi-bin-6e07db43e3efb4b9eb176ae0229bff0cc81737b3.tar.gz
biblestudy: add hboWLC
Diffstat (limited to 'getscriptures.sh')
-rw-r--r--getscriptures.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/getscriptures.sh b/getscriptures.sh
index 1d0f843..2c1e8e8 100644
--- a/getscriptures.sh
+++ b/getscriptures.sh
@@ -11,6 +11,12 @@ gettcgnt() {
 	unzip grctcgnt_usfm.zip -d tcgnt
 	rm grctcgnt_usfm.zip
 }
+gethboWLC() {
+	wget https://ebible.org/Scriptures/hboWLC_usfm.zip
+	mkdir -p hboWLC
+	unzip hboWLC_usfm.zip -d hboWLC
+	rm hboWLC_usfm.zip
+}
 getlsv() {
 	url="$(wget -O - https://www.lsvbible.com/p/get-lsv.html | grep Plain\ Text | grep -o 'https://[^"]*' | sed 's/amp;//g')"
 	wget -O lsv.zip "$url"
@@ -28,3 +34,4 @@ test -d webp || getweb
 test -f lsv.txt || getlsv
 test -d bsb || getbsb
 test -d tcgnt || gettcgnt
+test -d hboWLC || gethboWLC