Files
brk/server/run.sh
2024-07-25 14:43:20 +02:00

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