mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-18 20:02:18 +03:00
6 lines
103 B
Bash
6 lines
103 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd game
|
||
|
echo See logs in output.txt
|
||
|
RUST_BACKTRACE=1 ./game --ungap 1> ../output.txt 2>&1
|