Skip to content

Commit 4b5470b

Browse files
committed
Add script for an involved cargo watch command
1 parent 85dcc12 commit 4b5470b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

watch.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
cargo watch --clear --watch src --watch Cargo.toml -s "cargo check && cargo build --bin fennec && cargo build"

0 commit comments

Comments
 (0)