From a6db7409b26aaf01e98dbc902e84d7f55fb76558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 11:16:12 +0000 Subject: [PATCH] =?UTF-8?q?Usu=C5=84=20'lines=5Fcounter.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lines_counter.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 lines_counter.sh diff --git a/lines_counter.sh b/lines_counter.sh deleted file mode 100644 index fc52f09..0000000 --- a/lines_counter.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -wc -l $1 > output.txt \ No newline at end of file