scripts for my gemini capsule
webp: Add script for downloading this from the internet
Zach DeCook 2021-07-08
parent b3d648e · commit 2b7bfaf
-rw-r--r--.gitignore2
-rw-r--r--getscriptures.sh4
2 files changed, 6 insertions, 0 deletions
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