scripts for my gemini capsule
Diffstat (limited to 'getscriptures.sh')
| -rw-r--r-- | getscriptures.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |