mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
dfb9e7e349
and mac too
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd game
|
|
echo See logs in output.txt
|
|
RUST_BACKTRACE=1 ./game 1> ../output.txt 2>&1
|