Update 'inject.sh'

This commit is contained in:
Jakub Konieczny 2022-01-24 14:58:46 +01:00
parent 902d542d39
commit af11d54c62

View File

@ -1,7 +1,5 @@
#!/bin/bash
# NOTE: this script is meant to be run from ~
# arguments:
# 1. path to glossary file, E.g. for glossary in ~/data/glossary.tsv should be data/glossary.tsv
# 2. path to in.tsv file
@ -12,4 +10,4 @@ glossary_path="$1"
in_path="$2"
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"