nvim-nim/tests/testwatcher.sh
2016-03-17 00:17:09 +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