cuddle-rust-service-plan/scripts/run.sh

6 lines
62 B
Bash
Raw Normal View History

#!/bin/bash
set -e
(cd crates/$service; cargo watch -x run)