From 7ce16aad431d62a0e4ceed86a57bb8ac038a89de Mon Sep 17 00:00:00 2001 From: s444417 Date: Mon, 28 Mar 2022 10:51:37 +0200 Subject: [PATCH] fix script --- startscript1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startscript1.sh b/startscript1.sh index 8062022..66e9977 100644 --- a/startscript1.sh +++ b/startscript1.sh @@ -1,5 +1,5 @@ #!/bin/sh kaggle datasets download -d akash14/house-price-dataset unzip -o house-price-dataset.zip -echo $3 -head -n $3 ./Participants_Data_HPP/Train.csv >> data.txt \ No newline at end of file +echo $CUTOFF +head -n $CUTOFF ./Participants_Data_HPP/Train.csv >> data.txt \ No newline at end of file