diff options
author | Troy A. Griffitts <scribe@crosswire.org> | 2011-10-25 18:51:54 +0000 |
---|---|---|
committer | Troy A. Griffitts <scribe@crosswire.org> | 2011-10-25 18:51:54 +0000 |
commit | 35f68cd9bac0d172c7e8170a71714eb873dce6db (patch) | |
tree | e88210c26d452124b396b88b2140dab7a4abba6e /intf/prepare.sh | |
parent | 74d70192c9a8b216c4d0f5c5854d2dab1d8bd12f (diff) | |
download | sword-tools-35f68cd9bac0d172c7e8170a71714eb873dce6db.tar.gz |
Added tools to process INTF base text
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@338 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'intf/prepare.sh')
-rwxr-xr-x | intf/prepare.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intf/prepare.sh b/intf/prepare.sh new file mode 100755 index 0000000..c83a985 --- /dev/null +++ b/intf/prepare.sh @@ -0,0 +1,2 @@ +#!/bin/sh +sed -f replaces.sed $1 | awk '{gsub(/\r/,"\n");print}' |