abstreet/import.sh
2020-09-02 15:29:25 -07:00

4 lines
129 B
Bash
Executable File

#!/bin/bash
RUST_BACKTRACE=1 cargo run --bin importer --release --manifest-path importer/Cargo.toml --features scenarios -- $@;