From 32e4f4e6e1eff6a04b6bf7bde3d72b1b9b296325 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 13:33:23 +0200 Subject: [PATCH] jenkinsfile --- line_counter.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/line_counter.sh b/line_counter.sh index ea4d99b..a51e456 100644 --- a/line_counter.sh +++ b/line_counter.sh @@ -8,5 +8,6 @@ awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.tr sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > example.txt -head -15 example.txt +head -15 reference.trn +head -15 hypothesis.trn