diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-07-09 06:52:10 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-07-09 06:53:58 -0400 |
| commit | 3fd01042c537554dee6f540052df3e84ed4c8790 (patch) | |
| tree | 9e89bd0621391f24e245b55d19fa4316d2396c36 /oebindex.sh | |
| parent | c69aedaf44ec1bf4eea7b5d21d636ca241eba297 (diff) | |
| download | cgi-bin-3fd01042c537554dee6f540052df3e84ed4c8790.tar.gz | |
oeb index: fix first and last links
Diffstat (limited to 'oebindex.sh')
| -rwxr-xr-x | oebindex.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oebindex.sh b/oebindex.sh index fdd20ee..99806ca 100755 --- a/oebindex.sh +++ b/oebindex.sh @@ -1,3 +1,3 @@ #!/bin/sh printf "20 text/gemini\r\n" -cat oeb/*.usfm | awk -f ./oebindex.awk | grep -v Preface +cat oeb/*.usfm | awk -f ./oebindex.awk | grep -v Preface | grep -v Publication |
