Mercurial > lcfOS
view python/trunner.sh @ 247:dd8bbb963458
project remove
author | Windel Bouwman |
---|---|
date | Fri, 26 Jul 2013 10:44:26 +0200 |
parents | 521567d17388 |
children | 5f8c04a8d26b |
line wrap: on
line source
#!/usr/bin/bash DIR=. while :; do echo "Awaiting changes in $DIR" inotifywait -r -e modify $DIR python -m unittest done