abstreet/import.sh

4 lines
129 B
Bash
Raw Normal View History

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