summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-29 10:01:37 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-29 10:01:37 +0200
commit6491400c6c0a6e4ad851489bdd6966ec091b8420 (patch)
tree3ccbac19d6395b0effed473abe6d4f2aab5919fd
parentff95f6258856efeb525da0a87944e8324ad4d1d3 (diff)
downloadwumpus-hunter-6491400c6c0a6e4ad851489bdd6966ec091b8420.tar.gz
feat: keep logs while I debug
Signed-off-by: Lars Wirzenius <liw@liw.fi>
-rwxr-xr-xhunt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hunt.sh b/hunt.sh
index 2ce9e85..0c7db19 100755
--- a/hunt.sh
+++ b/hunt.sh
@@ -9,6 +9,7 @@ while true; do
started="$(date +%s)"
env RUST_BACKTRACE=full \
./wumpus-hunter \
+ --keep \
--dir ~/heartwood \
--log "$WEBROOT/log.txt" \
--run-log "$WEBROOT" \