mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-29 04:35:51 +03:00
5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd game
|
|
RUST_BACKTRACE=1 ./game --rng_seed=42
|