Organize files
This commit is contained in:
parent
0c4c82e70e
commit
44cc3f3e4a
19 changed files with 6 additions and 8 deletions
6
tests/testwatcher.sh
Executable file
6
tests/testwatcher.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
while inotifywait -r -q -e close_write "../autoload" "."
|
||||
do
|
||||
./run_tests.sh
|
||||
sleep 1
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue