From 447159f4deea7dadf679993aaafc549c824cc62a Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 13:19:26 +0200 Subject: [PATCH] jenkinsfile --- line_counter.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/line_counter.sh b/line_counter.sh index 8060b7b..b7e2cc2 100644 --- a/line_counter.sh +++ b/line_counter.sh @@ -8,3 +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 +head -15 reference.trn +head -15 hypothesis.trn +