diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-07-08 23:45:05 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-07-08 23:45:05 -0400 |
| commit | 15468f524a6a29401960ff52b6417cc6124330ed (patch) | |
| tree | 0819e3d3c60c7609c211cb15fafa546502b206d9 /oebindex.sh | |
| parent | b50e6f08aa3dc5662e728f81f791f71e8add6843 (diff) | |
| download | cgi-bin-15468f524a6a29401960ff52b6417cc6124330ed.tar.gz | |
oeb index: Fix reference order
Diffstat (limited to 'oebindex.sh')
| -rwxr-xr-x | oebindex.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oebindex.sh b/oebindex.sh index f70e88c..fdd20ee 100755 --- a/oebindex.sh +++ b/oebindex.sh @@ -1,2 +1,3 @@ #!/bin/sh +printf "20 text/gemini\r\n" cat oeb/*.usfm | awk -f ./oebindex.awk | grep -v Preface |
