mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-02 16:59:56 -05:00
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
while true
|
|
do
|
|
inotifywait -q -r -e modify,attrib,close_write,move,create,delete . && echo "--------------" && go test -v
|
|
done |