server_photo_s35js/q.sh
2026-07-18 13:51:20 +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