photo_server_json_flutter_c.../q.sh
2026-03-23 12:31:01 +01:00

4 lines
135 B
Bash

inotifywait -m -r -e create,delete "./public/photos/Fabio/" |
while read path action file; do
echo "Evento: $action su $file"
done