abstreet/import.sh

6 lines
77 B
Bash
Executable File

#!/bin/bash
cd importer;
RUST_BACKTRACE=1 cargo run --release -- $@;
cd ..;