aboutsummaryrefslogtreecommitdiff
path: root/2022/watch
blob: 3792b586ef3ae7f8bb65459e8b9c1eaf43eaf83a (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

source "vars"

while inotifywait --quiet --event modify "~/watched_file"
do ./run
done