view python/trunner.sh @ 278:9fca39eebe50

First implementation of regalloc with coalsesc
author Windel Bouwman
date Sun, 29 Sep 2013 14:08:15 +0200
parents 5f8c04a8d26b
children
line wrap: on
line source

#!/usr/bin/bash

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