aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/run-one
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2025-11-04 14:11:52 -0600
committerMatt Strapp <matt@mattstrapp.net>2025-11-04 14:15:34 -0600
commit21f3b438f7d615e925037ed1b5b3cc7c3935ac2b (patch)
tree49d8c2c4fe910ac2fa0d3dfe4afb2d0e3fcbe70f /contrib/run-one
parentminor spelling mistake and miss save (diff)
downloadwwb-21f3b438f7d615e925037ed1b5b3cc7c3935ac2b.tar
wwb-21f3b438f7d615e925037ed1b5b3cc7c3935ac2b.tar.gz
wwb-21f3b438f7d615e925037ed1b5b3cc7c3935ac2b.tar.bz2
wwb-21f3b438f7d615e925037ed1b5b3cc7c3935ac2b.tar.lz
wwb-21f3b438f7d615e925037ed1b5b3cc7c3935ac2b.tar.xz
wwb-21f3b438f7d615e925037ed1b5b3cc7c3935ac2b.tar.zst
wwb-21f3b438f7d615e925037ed1b5b3cc7c3935ac2b.zip
add some cleaner logging
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'contrib/run-one')
-rwxr-xr-xcontrib/run-one2
1 files changed, 2 insertions, 0 deletions
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