mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
4 lines
129 B
Bash
Executable File
4 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
RUST_BACKTRACE=1 cargo run --bin importer --release --manifest-path importer/Cargo.toml --features scenarios -- $@;
|