From 80deee0918ae6dc481e25ed4abc8eb82b797a85b Mon Sep 17 00:00:00 2001 From: Artur Nowakowski Date: Fri, 3 Apr 2020 10:54:38 +0200 Subject: [PATCH] Weird artifact name --- count_lines.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count_lines.sh b/count_lines.sh index b2ca569..b05b991 100755 --- a/count_lines.sh +++ b/count_lines.sh @@ -1,3 +1,3 @@ #!/bin/bash -wc -l wikinews_results.tsv > counted_lines.txt +wc -l wikiniews_results.tsv > counted_lines.txt