mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-02 12:58:12 +03:00
5 lines
45 B
Bash
Executable File
5 lines
45 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd game
|
|
RUST_BACKTRACE=1 ./game
|