blob: 50e3f3cd7cdb796d73e7e1beae6d97130348c46d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#!/usr/bin/perl
# Here comes the licence
# read the options or establish sane defaults
# Read an xref file in USFM format and read it into a an array
# loop through each usfm file
# # loop through each line
##### establish a chapter count
##### if a verse has an entry add the xref from the array
## print the USFM file
|