Mercurial > lcfOS
comparison python/trunner.sh @ 231:521567d17388
simplify blink.c3
author | Windel Bouwman |
---|---|
date | Sat, 13 Jul 2013 20:20:44 +0200 |
parents | 88a1e0baef65 |
children | 5f8c04a8d26b |
comparison
equal
deleted
inserted
replaced
230:88a1e0baef65 | 231:521567d17388 |
---|---|
2 | 2 |
3 DIR=. | 3 DIR=. |
4 while :; do | 4 while :; do |
5 echo "Awaiting changes in $DIR" | 5 echo "Awaiting changes in $DIR" |
6 inotifywait -r -e modify $DIR | 6 inotifywait -r -e modify $DIR |
7 python testc3.py | 7 python -m unittest |
8 done | 8 done |
9 | 9 |
10 | 10 |
11 | 11 |