diff options
Diffstat (limited to 'watch')
-rwxr-xr-x | watch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,6 +11,6 @@ trap sigint_handler SIGINT while true; do cargo run & PID=$! - inotifywait -e modify -e move -e create -e delete -e attrib -r src/ templates/ assets/ + inotifywait -e modify -e move -e create -e delete -e attrib -r src/ templates/ content/ kill $PID done |