From caf2267550a5db7aeefb3c66a4fc7c1801b3da48 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 18 Dec 2024 11:47:56 -0600 Subject: add some contrib scripts Signed-off-by: Matt Strapp --- contrib/run-one | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 contrib/run-one (limited to 'contrib/run-one') 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 -- cgit v1.2.3