diff --git a/download.sh b/download.sh index f189b54..8396634 100644 --- a/download.sh +++ b/download.sh @@ -13,5 +13,5 @@ dataset_operation() { } kaggle datasets download -d harshitshankhdhar/imdb-dataset-of-top-1000-movies-and-tv-shows -unzip imdb-dataset-of-top-1000-movies-and-tv-shows.zip +unzip -o imdb-dataset-of-top-1000-movies-and-tv-shows.zip dataset_operation \ No newline at end of file