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