mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-23 17:07:12 +03:00
b14d2d2bbf
clippy. [rebuild] [release] (I'm not done just yet, but want to check the launch scripts)
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd game
|
|
echo See logs in output.txt
|
|
RUST_BACKTRACE=1 ./game --ungap 1> ../output.txt 2>&1
|