mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eo pipefail
|
|
|
|
shellcheck contrib/completion/bash/docker
|
|
find scripts/ -type f | grep -v scripts/winresources | xargs shellcheck
|