diff options
author | stale <redkugelblitzin@gmail.com> | 2022-04-20 05:57:12 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-04-20 05:57:12 -0300 |
commit | 892bc0d4bfaeb92ef115ca652a883ea0011563f6 (patch) | |
tree | 3488d2e0955f16dddefb28a72ff4a67d31ad96f8 /run.sh |
minesweeper gameloop wip
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/sh +stty raw -echo -echoe -echok +cargo run +stty sane |