From e0e80a83b6afba10b9018961dc21aca214a88676 Mon Sep 17 00:00:00 2001 From: s470618 Date: Thu, 23 Mar 2023 14:48:39 +0100 Subject: [PATCH] script info adjusted --- script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.sh b/script.sh index 1390d94..6d88492 100755 --- a/script.sh +++ b/script.sh @@ -1,4 +1,6 @@ +echo 'starting script' kaggle competitions download -c titanic +echo 'kaggle download completed' unzip titanic.zip wc -l train.csv head -500 train.csv | shuf > output.txt