abstreet/data/grab_all_seed_data.sh
Dustin Carlino dbc47aee7d fresh osm, finally. accept some regression, charge forward
montlake: FINE!
23rd: naw
lakeslice: regression
2020-04-30 22:37:43 -07:00

10 lines
242 B
Bash
Executable File

#!/bin/bash
# Run from the base repo directory: ./data/grab_all_seed_data.sh
set -e
curl -L -o seed_data.zip https://www.dropbox.com/s/3zkf5w6zhwvbif5/seed_data.zip?dl=0
rm -rf data/input data/system
unzip seed_data.zip
rm -f seed_data.zip