mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 20:29:04 +03:00
e082082c32
[rebuild]
6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd importer;
|
|
RUST_BACKTRACE=1 cargo run --release --features scenarios -- $@;
|
|
cd ..;
|