mirror of
https://github.com/a-b-street/abstreet.git
synced 2025-01-06 22:47:48 +03:00
12 lines
286 B
Bash
Executable File
12 lines
286 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
rm -fv data/system/maps/huge_seattle.bin data/input/raw_maps/huge_seattle.bin data/input/seattle/popdat.bin
|
|
|
|
./import.sh --raw --map --scenario
|
|
./import.sh --raw --map --city=berlin
|
|
./import.sh --raw --map --city=krakow
|
|
|
|
cargo run --release --bin game -- --prebake
|