scripts for my gemini capsule
webp: Add script for downloading this from the internet
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | getscriptures.sh | 4 |
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 |