summaryrefslogtreecommitdiff
path: root/try.sh
blob: efd8aab3ad3caf51ee111b4b09bec88db7cc38ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -euo pipefail

web=/tmp/webroot

./wumpus-hunter \
	--keep \
	--dir "$web/src" \
	--log "$web/log.html" \
	--run-log "$web" \
	--stats "$web/stats.txt" \
	--counts "$web/counts.html"