Article Run a script, every time a file is modified andre | 16/09/2018 This requires inotify to be installed while true; do inotifywait -r -e MODYFY dir/home/user/test runme.sh; done;