aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/run-one
diff options
context:
space:
mode:
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