abstreet/data/regen.sh
Dustin Carlino 02dc473d1e Reorganize importer code, so that regenerating all cities can be done
under a single Timer, which helps understand where time is spent. #326
and #262
2021-01-19 12:52:56 -08:00

12 lines
240 B
Bash
Executable File

#!/bin/bash
set -e
rm -fv data/system/seattle/maps/huge_seattle.bin data/input/raw_maps/huge_seattle.bin data/input/seattle/popdat.bin
./import.sh --regen_all
cargo run --release --bin game -- --prebake
cargo run --release --bin tests