From 2b7bfaf7cc3b0822ccb4322d73d16997dbeb4e11 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 8 Jul 2021 23:01:46 -0400 Subject: webp: Add script for downloading this from the internet --- getscriptures.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 getscriptures.sh (limited to 'getscriptures.sh') diff --git a/getscriptures.sh b/getscriptures.sh new file mode 100644 index 0000000..5485c09 --- /dev/null +++ b/getscriptures.sh @@ -0,0 +1,4 @@ +wget https://ebible.org/Scriptures/engwebp_usfm.zip +mkdir -p webp +unzip engwebp_usfm.zip -d webp +rm engwebp_usfm.zip -- cgit 1.4.1