diff options
author | Troy A. Griffitts <scribe@crosswire.org> | 2013-04-10 16:18:22 +0000 |
---|---|---|
committer | Troy A. Griffitts <scribe@crosswire.org> | 2013-04-10 16:18:22 +0000 |
commit | 5f83345ea8dede7fa64ef1d1888001c853c87371 (patch) | |
tree | 9028bfb39c9d9f15f3ddef736f18bc2c3cceda39 /modules/lxxm/convert.sh | |
parent | d7b4b5662cd3310ca1d5abbcebfe9ecc889869ba (diff) | |
download | sword-tools-5f83345ea8dede7fa64ef1d1888001c853c87371.tar.gz |
added vi macro in comments which will convert key from genbook format to bible bcv format
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@414 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules/lxxm/convert.sh')
-rw-r--r-- | modules/lxxm/convert.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/lxxm/convert.sh b/modules/lxxm/convert.sh index 1dab053..f045da0 100644 --- a/modules/lxxm/convert.sh +++ b/modules/lxxm/convert.sh @@ -1,8 +1,11 @@ #!/bin/sh # This next line will retrieve the data files (if they haven't moved) -#wget -r -np http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/ +wget -r -np http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/ cd ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph java -jar ../../../../../../lxxm.jar [0-9][0-9]\.* > lxxm-decomp.imp uconv -x Any-NFC lxxm-decomp.imp > lxxm.imp +#:g/^\$\$\$\([^/]*\)\/\([^/]*\)\//s//$$$\1.\2./g + + |