summaryrefslogtreecommitdiff
path: root/2015-spacebot/watch.sh
blob: 101bfa2d789b46e320fd10c6d8b55cfac87212c6 (plain)
1
2
3
4
while true; do
    ./test.sh
    inotifywait -r -e modify,move ./
done