Files
2023-07-01 23:40:16 +02:00

6 lines
62 B
Bash
Executable File

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