comparison python/trunner2.sh @ 274:ea93e0a7a31e

Move docs
author Windel Bouwman
date Wed, 04 Sep 2013 17:35:06 +0200
parents 5f8c04a8d26b
children 9fca39eebe50
comparison
equal deleted inserted replaced
273:6b3a874edd6e 274:ea93e0a7a31e
3 DIR=. 3 DIR=.
4 while :; do 4 while :; do
5 python tcodegen.py 5 python tcodegen.py
6 6
7 # Create svg from dot file: 7 # Create svg from dot file:
8 dot -Tpdf -o ir.pdf ir.gv
8 dot -Tpdf -o cfg.pdf cfg.gv 9 dot -Tpdf -o cfg.pdf cfg.gv
9 dot -Tpdf -o ig.pdf ig.gv 10 dot -Tpdf -o ig.pdf ig.gv
10 echo "Awaiting changes in $DIR" 11 echo "Awaiting changes in $DIR"
11 inotifywait -r -e modify $DIR 12 inotifywait -r -e modify $DIR
12 done 13 done