diff --git a/startscript1.sh b/startscript1.sh index 66e9977..aa18d8c 100644 --- a/startscript1.sh +++ b/startscript1.sh @@ -2,4 +2,4 @@ kaggle datasets download -d akash14/house-price-dataset unzip -o house-price-dataset.zip echo $CUTOFF -head -n $CUTOFF ./Participants_Data_HPP/Train.csv >> data.txt \ No newline at end of file +head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt \ No newline at end of file