Organize files

This commit is contained in:
baabelfish 2016-03-17 00:17:09 +02:00
commit 44cc3f3e4a
19 changed files with 6 additions and 8 deletions

6
tests/testwatcher.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
while inotifywait -r -q -e close_write "../autoload" "."
do
./run_tests.sh
sleep 1
done