From 512c7ff9fb8c622ce81f82cb9cf5337e21a2b3f0 Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Wed, 27 Mar 2024 02:33:23 +0100 Subject: [PATCH] test --- data_processing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_processing.sh b/data_processing.sh index ec5bced..6834647 100644 --- a/data_processing.sh +++ b/data_processing.sh @@ -1,2 +1,2 @@ #!/bin/bash -head -n $1 example_data.txt > processed_data.txt \ No newline at end of file +head -n example_data.txt > processed_data.txt \ No newline at end of file