Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Reuse previously downloaded files in download-data.sh #301

Merged
Prev Previous commit
Next Next commit
Remove unzip step
  • Loading branch information
jaclyn-taroni committed Nov 27, 2019
commit 112019eb01065459d47ef7ba615adef4cf58cd6c
3 changes: 0 additions & 3 deletions download-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@ for file in "${FILES[@]}"
do
ln -sfn $RELEASE/$file data/$file
done

# Unzip any zip files in the data directory using the update flag
unzip -u -d data data/*.zip