ium_470618/script.sh

8 lines
188 B
Bash
Executable File

echo 'starting script'
kaggle competitions download -c titanic
echo 'kaggle download completed'
unzip titanic.zip
wc -l train.csv
head -$1 train.csv | shuf > output.csv
echo 'script done'