about summary refs log tree commit diff
path: root/oebindex.awk
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2021-07-09 06:52:10 -0400
committerZach DeCook <zachdecook@librem.one>2021-07-09 06:53:58 -0400
commit3fd01042c537554dee6f540052df3e84ed4c8790 (patch)
tree9e89bd0621391f24e245b55d19fa4316d2396c36 /oebindex.awk
parentc69aedaf44ec1bf4eea7b5d21d636ca241eba297 (diff)
downloadcgi-bin-3fd01042c537554dee6f540052df3e84ed4c8790.tar.gz
oeb index: fix first and last links
Diffstat (limited to 'oebindex.awk')
-rwxr-xr-xoebindex.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/oebindex.awk b/oebindex.awk
index 06b1c73..a3a1884 100755
--- a/oebindex.awk
+++ b/oebindex.awk
@@ -13,3 +13,4 @@
 	section = substr($0, 3);
 	startref = book"%20"chapter"%3A"verse
 }
+END{print "=> oeb.py?" startref"-"chapter"%3A"verse section;}