mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05:00
4 lines
114 B
Bash
Executable File
4 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}'
|