view python/trunner.sh @ 229:51d5ed1bd503

Added testrunner
author Windel Bouwman
date Sat, 13 Jul 2013 11:13:01 +0200
parents
children 88a1e0baef65
line wrap: on
line source

#!/usr/bin/bash

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