3 lines
114 B
Bash
Executable file
3 lines
114 B
Bash
Executable file
#!/bin/sh
|
|
# shellcheck disable=SC2016
|
|
exec filewatcher -L 6 -x build -x script go test -timeout 30s -v './${dir}'
|