aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/run-one
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/run-one5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/run-one b/contrib/run-one
new file mode 100644
index 0000000..f062638
--- /dev/null
+++ b/contrib/run-one
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cargo build --release
+
+nice -n 19 ./target/release/wwb game.bin | tee -ai output.log