nvim-nim/other/testwatcher.sh
2016-03-15 00:15:38 +02:00

6 lines
108 B
Bash
Executable file

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