blob: 50e3f3cd7cdb796d73e7e1beae6d97130348c46d (
plain) (
tree)
|
|
#!/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
|