From 21f3b438f7d615e925037ed1b5b3cc7c3935ac2b Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 4 Nov 2025 14:11:52 -0600 Subject: add some cleaner logging Signed-off-by: Matt Strapp --- contrib/run-one | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/run-one b/contrib/run-one index f062638..b2dc0ff 100755 --- a/contrib/run-one +++ b/contrib/run-one @@ -2,4 +2,6 @@ cargo build --release +echo "-- New session started $(date --iso-8601=seconds) --" >> output.log nice -n 19 ./target/release/wwb game.bin | tee -ai output.log +echo "-- End session started $(date --iso-8601=seconds) --" >> output.log \ No newline at end of file -- cgit v1.2.3