abstreet/release/ungap_the_map.sh
Dustin Carlino b14d2d2bbf Rebrand the tool, create new launch scripts for the binary release,
clippy.

[rebuild] [release]
(I'm not done just yet, but want to check the launch scripts)
2021-08-25 16:52:43 -07:00

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