mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
6 lines
77 B
Bash
6 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd importer;
|
||
|
RUST_BACKTRACE=1 cargo run --release -- $@;
|
||
|
cd ..;
|