1 2 3 4 5 6 7
#!/bin/bash source "vars" while inotifywait --quiet --event modify "~/watched_file" do ./run done