diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-07-08 23:02:16 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-07-08 23:02:16 -0400 |
| commit | b50e6f08aa3dc5662e728f81f791f71e8add6843 (patch) | |
| tree | bc897605bfc26e8a5c01f6c151efd9662e1a9296 /oebindex.sh | |
| parent | 2b7bfaf7cc3b0822ccb4322d73d16997dbeb4e11 (diff) | |
| download | cgi-bin-b50e6f08aa3dc5662e728f81f791f71e8add6843.tar.gz | |
oeb index: Create first version of this
Diffstat (limited to 'oebindex.sh')
| -rwxr-xr-x | oebindex.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oebindex.sh b/oebindex.sh new file mode 100755 index 0000000..f70e88c --- /dev/null +++ b/oebindex.sh @@ -0,0 +1,2 @@ +#!/bin/sh +cat oeb/*.usfm | awk -f ./oebindex.awk | grep -v Preface |
