abstreet/import.sh
Dustin Carlino 6919c24bf8 detect the data/ dir more intelligently. fixes #73. still need to
- consider collapsing the directory structure in the releases
- fix wasm

[rebuild]
2020-07-07 11:09:35 -07:00

4 lines
114 B
Bash
Executable File

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