server_photo_s85js/q.sh
2026-08-11 08:45:04 +02: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