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 --- .gitignore | 2 ++ getscriptures.sh | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 getscriptures.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a929807 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +webp 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