mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-29 17:19:57 -07:00
6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
if cargo watch --help &> /dev/null; then
|
|
cargo watch --no-vcs-ignores -w "./src" -w "./run.sh" -w "./in/datasets_len.txt" -x "run -r"
|
|
else
|
|
cargo run -r
|
|
fi
|