about summary refs log tree commit diff
path: root/getscriptures.sh
diff options
context:
space:
mode:
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 ec227b2..dcd38e3 100644
--- a/getscriptures.sh
+++ b/getscriptures.sh
@@ -12,5 +12,12 @@ getlsv() {
 	mv 'The Holy Bible (LSV).txt' lsv.txt
 	rm lsv.zip
 }
+getbsb() {
+	wget https://bereanbible.com/usfm/bsb_usfm.zip
+	unzip bsb_usfm.zip
+	rm bsb_usfm.zip
+	mv bsb_usfm bsb
+}
 test -d webp || getweb
 test -f lsv.txt || getlsv
+test -d bsb || getbsb