Update 'inject.sh'
This commit is contained in:
parent
902d542d39
commit
af11d54c62
@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# NOTE: this script is meant to be run from ~
|
|
||||||
|
|
||||||
# arguments:
|
# arguments:
|
||||||
# 1. path to glossary file, E.g. for glossary in ~/data/glossary.tsv should be data/glossary.tsv
|
# 1. path to glossary file, E.g. for glossary in ~/data/glossary.tsv should be data/glossary.tsv
|
||||||
# 2. path to in.tsv file
|
# 2. path to in.tsv file
|
||||||
@ -12,4 +10,4 @@ glossary_path="$1"
|
|||||||
in_path="$2"
|
in_path="$2"
|
||||||
expected_path="$3"
|
expected_path="$3"
|
||||||
|
|
||||||
. ./transfix-mt/scripts/do_inject.sh "$glossary_path" "$in_path" "$expected_path"
|
. ~/transfix-mt/scripts/do_inject.sh "$glossary_path" "$in_path" "$expected_path"
|
||||||
|
Loading…
Reference in New Issue
Block a user