scripts for my gemini capsule
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

printf '20 text/gemini \r\n

#All Services
## Experimental bible reading scripts
=> /cgi-bin/net.sh Wrapper for New English Translation API.
=> /cgi-bin/oeb.py Open English Bible (WIP) rough-ish script for reading.

## misc
=> /cgi-bin/oebindex.sh Index for Open English Bible current completed books

# source code for all this
=> https://git.sr.ht/~earboxer/cgi-bin
'