blob: 50d25f122adeca7011e2a2d73376df002164e740 [file] [log] [blame]
#!/bin/bash
cargo fmt --all -- --check
# use stable channel
cargo check
target/debug/greeter-server && target/debug/greeter-client && sleep 3s ;