view python/trunner.sh @ 230:88a1e0baef65

Added some tests for IR-code
author Windel Bouwman
date Sat, 13 Jul 2013 19:53:44 +0200
parents 51d5ed1bd503
children 521567d17388
line wrap: on
line source

#!/usr/bin/bash

DIR=.
while :; do
  echo "Awaiting changes in $DIR"
  inotifywait -r -e modify $DIR
  python testc3.py
done